native

CreateMultiForward

Syntax

native CreateMultiForward(const name[], stop_type, ...);

Description

Creates a global forward that will be called in all plugins.

Parameters

name Function name to call
stop_type Treatment of the plugin return values
... List of parameter types

Note

For a list of valid stop types, see the ET_* constants in amxconst.inc

Note

For a list of valid parameter types, see the FP_* constants in
amxconst.inc

Return

Forward handle, -1 on failure