2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-04-07 10:19:05 +03:00

time test

This commit is contained in:
Borja Ferrer 2006-04-02 18:50:35 +00:00
parent 93c8bd0253
commit 15e137e266

@ -1026,7 +1026,9 @@ native DestroyForward(forward_handle);
* register_cvar() returns a pointer you can use.
*/
//Get a cvar pointer. Returns 0 if not found.
/**
* Get a cvar pointer. Returns 0 if not found.
*/
native get_cvar_pointer(const cvar[]);
native get_pcvar_flags(pcvar);