CreateOneForward
- Синтаксис
-
native CreateOneForward(plugin_id, const name[], ...);
Переменная | Описание |
---|---|
plugin_id |
Plugin to call forward in. The plugin id can be retrieved using find_plugin_byfile() |
name |
Function name to call |
... |
List of parameter types |
- Описание
- Creates a private forward that will be called in a single plugin.
- Пометка
-
Unlike other natives expecting a plugin id, specifying -1 will not select the calling plugin, and instead throw an error.
- Возвращает
- Forward handle, -1 on failure