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