callfunc_end
Syntax
native callfunc_end();
Description
Completes the call to a function.
Return
1 on success -1 if the plugin was not found -2 if the function was not found
Error
If called without initiating a callfunc, an error is thrown.
native callfunc_end();
Completes the call to a function.
1 on success -1 if the plugin was not found -2 if the function was not found
If called without initiating a callfunc, an error is thrown.