View Single Post
Author Message
redivcram
Veteran Member
Join Date: Jul 2014
Location: Serbia
Old 07-25-2018 , 14:34   func vs func_POST
Reply With Quote #1

What is the difference between these for example.

Quote:
void FN_ClientCommand(edict_t *pEntity);
and

Quote:
void FN_ClientCommand_Post(edict_t *pEntity);
If I'm not mistaken. By logic, the second one gets called and lets me handle the client's command? If not then which one of these is used to handle commands and to send commands?
redivcram is offline