View Single Post
Nursik
Senior Member
Join Date: Jul 2016
Location: In TF2
Old 09-27-2016 , 10:36   Re: [REQ] More terrorist Speed
Reply With Quote #7

Quote:
Originally Posted by xines View Post
Void, basically means no return is needed.
Like if you did a Action function, then you would need to tell the function what to return, like:
PHP Code:
return Plugin_Continue;        /**< Continue with the original action */
return Plugin_Changed;        /**< Inputs or outputs have been overridden with new values */
return Plugin_Handled;        /**< Handle the action at the end (don't call it) */
return Plugin_Stop;        /**< Immediately stop the hook chain and handle the original */ 
Thanks, mate. Can you or someone tell me why people use iClient or int client instead of client? Is that because of the "new-decl" pragma?

Last edited by Nursik; 09-27-2016 at 10:47.
Nursik is offline