native get_func_id(const funcName[], pluginId = -1);
funcName | Function name |
pluginId | Plugin id, if -1 the calling plugin is targeted The plugin id can be retrieved using find_plugin_byfile() |
Retrieves a functions id for use with callfunc_begin_i()
>=0 Function id on success -1 if plugin or function was not found
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.