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