mirror of
https://github.com/rehlds/reapi.git
synced 2024-12-28 15:45:31 +03:00
parent
fbe2788623
commit
d40a0fed1f
@ -171,12 +171,6 @@ enum EngineFunc
|
|||||||
*/
|
*/
|
||||||
RH_SV_ClientPrintf,
|
RH_SV_ClientPrintf,
|
||||||
|
|
||||||
/*
|
|
||||||
* Description: Called when a command is being sent to server.
|
|
||||||
* Params: (const cmd[], source, id)
|
|
||||||
*/
|
|
||||||
RH_ExecuteServerStringCmd,
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Description: Called before adding an entity to the physents of a player.
|
* Description: Called before adding an entity to the physents of a player.
|
||||||
* Return type: bool
|
* Return type: bool
|
||||||
@ -184,6 +178,12 @@ enum EngineFunc
|
|||||||
*/
|
*/
|
||||||
RH_SV_AllowPhysent,
|
RH_SV_AllowPhysent,
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Description: Called when a command is being sent to server.
|
||||||
|
* Params: (const cmd[], source, id)
|
||||||
|
*/
|
||||||
|
RH_ExecuteServerStringCmd,
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user