File tree 10 files changed +31
-17
lines changed
addons/source-python/data/source-python/entities
10 files changed +31
-17
lines changed Original file line number Diff line number Diff line change 18
18
offset_linux = 116
19
19
offset_windows = 115
20
20
arguments = POINTER, POINTER, POINTER
21
-
21
+
22
22
# _ZN11CBaseEntity11SetTransmitEP18CCheckTransmitInfob
23
23
[[set_transmit]]
24
24
offset_linux = 21
Original file line number Diff line number Diff line change 33
33
offset_windows = 370
34
34
arguments = BOOL
35
35
36
- # _ZN11CBasePlayer17FlashlightTurnOffEv
36
+ # _ZN11CBasePlayer17FlashlightTurnOffEb
37
37
[[turn_flashlight_off]]
38
38
offset_linux = 374
39
39
offset_windows = 373
40
40
41
- # _ZN11CBasePlayer16FlashlightTurnOnEv
41
+ # _ZN11CBasePlayer16FlashlightTurnOnEb
42
42
[[turn_flashlight_on]]
43
43
offset_linux = 373
44
44
offset_windows = 372
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ srv_check = False
15
15
offset_windows = 67
16
16
arguments = POINTER
17
17
return_type = INT
18
-
18
+
19
19
# _ZN11CBaseEntity8TeleportEPK6VectorPK6QAngleS2_b
20
20
[[teleport]]
21
21
offset_linux = 114
22
22
offset_windows = 113
23
23
arguments = POINTER, POINTER, POINTER
24
-
24
+
25
25
# _ZN11CBaseEntity11SetTransmitEP18CCheckTransmitInfob
26
26
[[set_transmit]]
27
27
offset_linux = 23
Original file line number Diff line number Diff line change @@ -3,10 +3,12 @@ srv_check = False
3
3
4
4
[virtual_function]
5
5
6
+ # _ZN6CKnife13PrimaryAttackEv
6
7
[[primary_attack]]
7
- offset_linux = 316
8
- offset_windows = 315
8
+ offset_linux = 313
9
+ offset_windows = 312
9
10
11
+ # _ZN6CKnife15SecondaryAttackEv
10
12
[[secondary_attack]]
11
- offset_linux = 317
12
- offset_windows = 316
13
+ offset_linux = 314
14
+ offset_windows = 313
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ srv_check = False
3
3
4
4
[virtual_function]
5
5
6
+ # _ZN10CPlantedC47ExplodeEP10CGameTracei
6
7
[[explode]]
7
8
offset_linux = 236
8
9
offset_windows = 235
Original file line number Diff line number Diff line change 1
1
[virtual_function]
2
2
3
+ # _ZN10CTerrorGun10AddUpgradeE19SurvivorUpgradeType
3
4
[[add_upgrade]]
4
5
offset_linux = 425
5
6
offset_windows = 424
6
7
arguments = INT
7
8
9
+ # _ZNK10CTerrorGun10HasUpgradeE19SurvivorUpgradeType
8
10
[[has_upgrade]]
9
11
offset_linux = 428
10
12
offset_windows = 427
11
13
arguments = INT
12
14
15
+ # _ZNK10CTerrorGun14IsDualWieldingEv
13
16
[[is_dual_wielding]]
14
17
offset_linux = 412
15
18
offset_windows = 411
16
19
return_type = BOOL
17
20
21
+ # _ZN10CTerrorGun16IsWeaponUpgradedEv
18
22
[[is_weapon_upgraded]]
19
23
offset_linux = 411
20
24
offset_windows = 410
21
25
return_type = BOOL
22
26
27
+ # _ZN10CTerrorGun17RemoveAllUpgradesEv
23
28
[[remove_all_upgrades]]
24
29
offset_linux = 427
25
30
offset_windows = 426
26
31
32
+ # _ZN10CTerrorGun13RemoveUpgradeE19SurvivorUpgradeType
27
33
[[remove_upgrade]]
28
34
offset_linux = 426
29
35
offset_windows = 425
Original file line number Diff line number Diff line change 9
9
identifier_windows = 55 8B EC 8B 45 08 01 81 FC 0C 00 00
10
10
identifier_linux = _ZN11CBasePlayer19IncrementDeathCountEi
11
11
arguments = INT
12
+
13
+
14
+ [virtual_function]
15
+
16
+ # _ZN11CBasePlayer11Weapon_DropEP17CBaseCombatWeaponPK6VectorS4_
17
+ [[drop_weapon]]
18
+ offset_linux = 264
19
+ offset_windows = 263
20
+ arguments = POINTER, POINTER, POINTER
21
+ return_type = VOID
Original file line number Diff line number Diff line change 1
1
[virtual_function]
2
2
3
+ # _ZN12CBaseGrenade8DetonateEv
3
4
[[detonate]]
4
- # _ZN12CBaseGrenade8DetonateEv
5
5
offset_linux = 226
6
6
offset_windows = 225
Original file line number Diff line number Diff line change 7
7
arguments = POINTER
8
8
return_type = BOOL
9
9
10
- # _ZN11CBasePlayer11Weapon_DropEP17CBaseCombatWeaponPK6VectorS4_
11
- [[drop_weapon]]
12
- offset_linux = 264
13
- offset_windows = 263
14
- arguments = POINTER, POINTER, POINTER
15
- return_type = VOID
16
-
17
10
# _ZN11CBasePlayer13GiveNamedItemEPKci
18
11
[[give_named_item]]
19
12
offset_linux = 402
Original file line number Diff line number Diff line change 1
1
[virtual_function]
2
2
3
+ # _ZN6CKnife13PrimaryAttackEv
3
4
[[primary_attack]]
4
5
offset_linux = 274
5
6
offset_windows = 273
6
7
8
+ # _ZN6CKnife15SecondaryAttackEv
7
9
[[secondary_attack]]
8
10
offset_linux = 275
9
11
offset_windows = 274
You can’t perform that action at this time.
0 commit comments