Creates a global forward.
GlobalForward CreateGlobalForward(const char[] name, ExecType type, ParamType... ...)
Name of public function to use in forward.
Execution type to be used.
Variable number of parameter types (up to 32).
Handle to new global forward.
More than 32 parameter types passed.
The name used to create the forward is used as its public function in all target plugins.
This is ideal for global, static forwards that are never changed.
Global forwards cannot be cloned.
Use CloseHandle() to destroy these.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.