Removes a function from a private forward's call list.
bool RemoveFunction(Handle plugin, function func)
Handle of the plugin that contains the function. Pass INVALID_HANDLE to specify the calling plugin.
Function to remove from forward.
True on success, false otherwise.
Invalid or corrupt private forward handle, invalid or corrupt plugin handle, or invalid function.
Only removes one instance.
Functions will be removed automatically if their parent plugin is unloaded.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.