AMX Mod X API Documentation

Signature
native ExecuteForward(forward_handle, &ret = 0, any:...);
Description

Executes a forward.

Notes
  • Passing arrays requires them to be prepared using PrepareArray()
Parameters
  • forward_handle Forward handle
  • ret Optional variable to store return value in
  • ... Variable number of parameters to pass through
Returns

1 on success, 0 if forward can't be executed

Errors
  • If the number of parameters mismatch from the number

    of parameters that the forward was declared with,

    an error is thrown.

Назад
Верх