View Single Post
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 12-11-2017 , 22:22   Re: Native call, public function call and function calls (direct public function / st
Reply With Quote #6

Native call: A call to a native C/C++ function bound to the native's name (ex: client_cmd)
Public function call: A call to a plugin's public function from native C/C++
Regular function call: A call to a function from inside the plugin itself (no communication with the plugin's executor)
__________________

Last edited by WildCard65; 12-12-2017 at 07:22. Reason: Applied correction as KliPPy showed below.
WildCard65 is offline