File tree 5 files changed +44
-19
lines changed
addons/source-python/data/source-python/entities/orangebox/tf
5 files changed +44
-19
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# _ZN20CBaseCombatCharacter18OnTakeDamage_AliveERK15CTakeDamageInfo
4
4
[[on_take_damage_alive]]
5
- offset_linux = 277
6
- offset_windows = 276
5
+ offset_linux = 280
6
+ offset_windows = 279
7
7
arguments = POINTER
8
8
return_type = INT
9
9
10
10
# _ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi
11
11
[[weapon_switch]]
12
- offset_linux = 269
13
- offset_windows = 268
12
+ offset_linux = 272
13
+ offset_windows = 271
Original file line number Diff line number Diff line change 2
2
3
3
# _ZN17CBaseCombatWeapon13PrimaryAttackEv
4
4
[[primary_attack]]
5
- offset_linux = 285
6
- offset_windows = 284
5
+ offset_linux = 289
6
+ offset_windows = 288
7
7
8
- # _ZN17CBaseCombatWeapon13SecondaryAttackEv
8
+ # _ZN17CBaseCombatWeapon15SecondaryAttackEv
9
9
[[secondary_attack]]
10
- offset_linux = 286
11
- offset_windows = 285
10
+ offset_linux = 290
11
+ offset_windows = 289
Original file line number Diff line number Diff line change
1
+ [virtual_function]
2
+
3
+ # _ZN11CBaseEntity8TeleportEPK6VectorPK6QAngleS2_
4
+ [[teleport]]
5
+ offset_linux = 112
6
+ offset_windows = 111
7
+ arguments = POINTER, POINTER, POINTER
8
+
9
+ # _ZN11CBaseEntity10StartTouchEPS_
10
+ [[start_touch]]
11
+ offset_linux = 102
12
+ offset_windows = 101
13
+ arguments = POINTER
14
+
15
+ # _ZN11CBaseEntity5TouchEPS_
16
+ [[touch]]
17
+ offset_linux = 103
18
+ offset_windows = 102
19
+ arguments = POINTER
20
+
21
+ # _ZN11CBaseEntity8EndTouchEPS_
22
+ [[end_touch]]
23
+ offset_linux = 104
24
+ offset_windows = 103
25
+ arguments = POINTER
Original file line number Diff line number Diff line change 2
2
3
3
# _ZN11CBasePlayer11Weapon_DropEP17CBaseCombatWeaponPK6VectorS4_
4
4
[[drop_weapon]]
5
- offset_linux = 268
6
- offset_windows = 267
5
+ offset_linux = 271
6
+ offset_windows = 270
7
7
arguments = POINTER, POINTER, POINTER
8
8
9
9
# _ZN11CBasePlayer8PreThinkEv
10
10
[[pre_think]]
11
- offset_linux = 338
12
- offset_windows = 337
11
+ offset_linux = 341
12
+ offset_windows = 340
13
13
14
14
# _ZN11CBasePlayer9PostThinkEv
15
15
[[post_think]]
16
- offset_linux = 339
17
- offset_windows = 338
16
+ offset_linux = 342
17
+ offset_windows = 341
18
18
19
19
# _ZN11CBasePlayer16PlayerRunCommandEP8CUserCmdP11IMoveHelper
20
20
[[run_command]]
21
- offset_linux = 424
22
- offset_windows = 423
21
+ offset_linux = 428
22
+ offset_windows = 427
23
23
arguments = POINTER, POINTER
24
24
25
25
Original file line number Diff line number Diff line change 2
2
3
3
# _ZN9CTFPlayer10BumpWeaponEP17CBaseCombatWeapon
4
4
[[bump_weapon]]
5
- offset_linux = 402
6
- offset_windows = 401
5
+ offset_linux = 406
6
+ offset_windows = 405
7
7
arguments = POINTER
8
8
return_type = BOOL
9
9
You can’t perform that action at this time.
0 commit comments