native ExecuteForward(forward_handle, &ret = 0, any:...);
forward_handle | Forward handle |
ret | Optional variable to store return value in |
... | Variable number of parameters to pass through |
Executes a forward.
Passing arrays requires them to be prepared using PrepareArray()
1 on success, 0 if forward can't be executed
If the number of parameters mismatch from the number of parameters that the forward was declared with, an error is thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.