0be7813398
This is for the few cases where we have function parameters to objects that don't fit our other predefined types (CBaseEntity, CBasePlayer, string). Most calls currently pass those as POD (which is incorrect, but works on x86), or one of the other pointer types (which is also incorrect, and can lead to confusion, but works on x86 and x86-64). This type only works when manually buffering the parameter for calls, and is not supported for return types. |
||
---|---|---|
.. | ||
bintools | ||
clientprefs | ||
cstrike | ||
curl | ||
geoip | ||
mysql | ||
pgsql | ||
regex | ||
sdkhooks | ||
sdktools | ||
sqlite | ||
structs | ||
tf2 | ||
topmenus | ||
updater |