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
If an invalid plugin id is specified, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.