native

callfunc_begin_i

Syntax

native callfunc_begin_i(func, plugin = -1);

Description

Call a function in this / an another plugin by id.
Parameters:
plugin - plugin id; the id you would pass to get_plugin
If < 0, the current plugin is taken
func - function id
Return value:
1 - Success
-1 - Plugin not found
-2 - Function not executable