set_param_byref
Syntax
native set_param_byref(param, value);
Usage
| Parameter | Description |
|---|---|
| param | Argument to set, starting from 1 |
| value | Value to set parameter to |
Description
Sets the integer value of a by-reference parameter to the plugin calling the native.
Return
This function has no return value.
Error
If used outside of a native callback, or the native was created with style 1, an error will be thrown.