CreateMultiForward
- Синтаксис
-
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