Adds a function to a private forward's call list.
bool AddFunction(Handle plugin, function func)
Handle of the plugin that contains the function. Pass INVALID_HANDLE to specify the calling plugin.
Function to add to forward.
True on success, false otherwise.
Invalid or corrupt private forward handle, invalid or corrupt plugin handle, or invalid function.
Cannot be used during an incomplete call.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.