native CreateMultiForward(const name[], stop_type, ...);
name | Function name to call |
stop_type | Treatment of the plugin return values |
... | List of parameter types |
Creates a global forward that will be called in all plugins.
For a list of valid stop types, see the ET_* constants in amxconst.inc
For a list of valid parameter types, see the FP_* constants in amxconst.inc
Forward handle, -1 on failure
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.