GetEntSendPropOffs
Wrapper function for finding a send property for a particular entity.
stock int GetEntSendPropOffs(int ent, const char[] prop, bool actual = false)
Parameters
const char[] prop
Property name.
bool actual
Defaults to false for backwards compatibility.
If true, the newer FindSendPropInfo() function
is used instead.
Return Value
int An offset, or -1 on failure.