File tree 5 files changed +51
-26
lines changed
addons/source-python/data/source-python/entities/orangebox/tf
5 files changed +51
-26
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 = 280
6
- offset_windows = 279
5
+ offset_linux = 283
6
+ offset_windows = 282
7
7
arguments = POINTER
8
8
return_type = INT
9
9
10
10
# _ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi
11
11
[[weapon_switch]]
12
- offset_linux = 272
13
- offset_windows = 271
12
+ offset_linux = 275
13
+ offset_windows = 274
Original file line number Diff line number Diff line change 2
2
3
3
# _ZN17CBaseCombatWeapon13PrimaryAttackEv
4
4
[[primary_attack]]
5
- offset_linux = 289
6
- offset_windows = 288
5
+ offset_linux = 292
6
+ offset_windows = 291
7
7
8
8
# _ZN17CBaseCombatWeapon15SecondaryAttackEv
9
9
[[secondary_attack]]
10
- offset_linux = 290
11
- offset_windows = 289
10
+ offset_linux = 293
11
+ offset_windows = 292
Original file line number Diff line number Diff line change 1
1
[virtual_function]
2
2
3
+ # _ZN11CBaseEntity8SetModelEPKc
4
+ [[set_model]]
5
+ offset_linux = 27
6
+ offset_windows = 26
7
+ arguments = STRING
8
+
9
+ # _ZN11CBaseEntity9SetParentEPS_i
10
+ [[set_parent]]
11
+ offset_linux = 37
12
+ offset_windows = 36
13
+ arguments = POINTER, INT
14
+
15
+ # _ZN11CBaseEntity12OnTakeDamageERK15CTakeDamageInfo
16
+ [[on_take_damage]]
17
+ offset_linux = 65
18
+ offset_windows = 64
19
+ arguments = POINTER
20
+ return_type = INT
21
+
3
22
# _ZN11CBaseEntity8TeleportEPK6VectorPK6QAngleS2_
4
23
[[teleport]]
5
- offset_linux = 112
6
- offset_windows = 111
24
+ offset_linux = 114
25
+ offset_windows = 113
7
26
arguments = POINTER, POINTER, POINTER
8
27
28
+ # _ZN11CBaseEntity11SetTransmitEP18CCheckTransmitInfob
29
+ [[set_transmit]]
30
+ offset_linux = 23
31
+ offset_windows = 22
32
+ arguments = POINTER, BOOL
33
+
9
34
# _ZN11CBaseEntity10StartTouchEPS_
10
35
[[start_touch]]
11
- offset_linux = 102
12
- offset_windows = 101
36
+ offset_linux = 104
37
+ offset_windows = 103
13
38
arguments = POINTER
14
39
15
40
# _ZN11CBaseEntity5TouchEPS_
16
41
[[touch]]
17
- offset_linux = 103
18
- offset_windows = 102
42
+ offset_linux = 105
43
+ offset_windows = 104
19
44
arguments = POINTER
20
45
21
46
# _ZN11CBaseEntity8EndTouchEPS_
22
47
[[end_touch]]
23
- offset_linux = 104
24
- offset_windows = 103
48
+ offset_linux = 106
49
+ offset_windows = 105
25
50
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 = 271
6
- offset_windows = 270
5
+ offset_linux = 274
6
+ offset_windows = 273
7
7
arguments = POINTER, POINTER, POINTER
8
8
9
9
# _ZN11CBasePlayer8PreThinkEv
10
10
[[pre_think]]
11
- offset_linux = 341
12
- offset_windows = 340
11
+ offset_linux = 344
12
+ offset_windows = 343
13
13
14
14
# _ZN11CBasePlayer9PostThinkEv
15
15
[[post_think]]
16
- offset_linux = 342
17
- offset_windows = 341
16
+ offset_linux = 345
17
+ offset_windows = 344
18
18
19
19
# _ZN11CBasePlayer16PlayerRunCommandEP8CUserCmdP11IMoveHelper
20
20
[[run_command]]
21
- offset_linux = 428
22
- offset_windows = 427
21
+ offset_linux = 431
22
+ offset_windows = 430
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 = 406
6
- offset_windows = 405
5
+ offset_linux = 409
6
+ offset_windows = 408
7
7
arguments = POINTER
8
8
return_type = BOOL
9
9
You can’t perform that action at this time.
0 commit comments