mirror of
https://github.com/arthurdead/proxysend.git
synced 2025-12-07 10:28:21 +00:00
add callback for TFClassType
This commit is contained in:
parent
7ae9b63e18
commit
0df516b022
@ -12,6 +12,7 @@ typeset proxysend_callbacks
|
|||||||
function Action (int entity, const char[] prop, RoundState &value, int element, int client);
|
function Action (int entity, const char[] prop, RoundState &value, int element, int client);
|
||||||
function Action (int entity, const char[] prop, RenderMode &value, int element, int client);
|
function Action (int entity, const char[] prop, RenderMode &value, int element, int client);
|
||||||
function Action (int entity, const char[] prop, RenderFx &value, int element, int client);
|
function Action (int entity, const char[] prop, RenderFx &value, int element, int client);
|
||||||
|
function Action (int entity, const char[] prop, TFClassType &value, int element, int client);
|
||||||
|
|
||||||
function Action (int entity, const char[] prop, bool &value, int element, int client);
|
function Action (int entity, const char[] prop, bool &value, int element, int client);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user