native
get_param
Syntax
native get_param(param);
Description
Returns the integer value of a parameter from the plugin calling the native.
Parameters
| param | Argument to retrieve, starting from 1 |
|---|
Return
Integer value
Error
If used outside of a native callback, or the native was
created with style 1, an error will be thrown.