Gets a function id from a function name.
function GetFunctionByName(Handle plugin, const char[] name)
Handle of the plugin that contains the function. Pass INVALID_HANDLE to search in the calling plugin.
Name of the function.
Function id or INVALID_FUNCTION if not found.
Invalid or corrupt plugin handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.