View Single Post
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 06-04-2016 , 13:58   Re: [Tutorial] Communicating data across plugins (or how to use natives in general)
Reply With Quote #12

Your example code doesn't register getAnInt as a native, so the SP compiler expects a normal method, your example code does expose a native_getAnInt but it'll never be called.
WildCard65 is offline