View Single Post
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 12-12-2017 , 06:48   Re: Native call, public function call and function calls (direct public function / st
Reply With Quote #7

A little mistake:
Quote:
Originally Posted by WildCard65 View Post
Native call: A call to a native C/C++ function bound to the native's name (ex: client_cmd)
Also a stock functions is just a regular function (one with no specifiers) but it won't be compiled if not used and in that case won't produce "X is never used" warnings.
Static functions are functions local to file scope (only visible within the file they were defined in). Great for modularity.

Last edited by klippy; 12-12-2017 at 07:04.
klippy is offline