We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4774e9e commit b75f55aCopy full SHA for b75f55a
addons/source-python/data/source-python/entities/orangebox/CBasePlayer.ini
@@ -18,13 +18,11 @@
18
offset_linux = 264
19
offset_windows = 263
20
arguments = POINTER, POINTER, POINTER
21
- return_type = VOID
22
23
# _ZN11CBasePlayer8PreThinkEv
24
[[pre_think]]
25
offset_linux = 333
26
offset_windows = 332
27
-
28
29
# _ZN11CBasePlayer9PostThinkEv
30
[[post_think]]
addons/source-python/data/source-python/entities/orangebox/tf/CBasePlayer.ini
@@ -1,3 +1,17 @@
1
+[virtual_function]
2
+
3
+ # _ZN11CBasePlayer11Weapon_DropEP17CBaseCombatWeaponPK6VectorS4_
4
+ [[drop_weapon]]
5
+ offset_linux = 265
6
+ offset_windows = 264
7
+ arguments = POINTER, POINTER, POINTER
8
9
+ # _ZN11CBasePlayer8PreThinkEv
10
+ [[pre_think]]
11
+ offset_linux = 334
12
+ offset_windows = 333
13
14
15
[property]
16
17
[[view_offset]]
0 commit comments