Quote:
Originally Posted by k007
wow this is sweaty.. so we are able to know when is a function called in other plugin if they have a multiforward? and those this goes for functions only? or stocks too..
|
i don't think you know what a stock is.
this:
allows a plugin creator to allow other plugin creators to create functions that are called whenever their function is called.
edit:
i don't think you know exactly what a function is either.
"set_user_name" is a native function, and when you put:
"public blah()" in a plugin, blah is now a function you made. (of course it doesn't need to be public to be a function)