native set_float_byref(param, Float:value);
param | Argument to set, starting from 1 |
value | Value to set parameter to |
Sets the float value of a by-reference parameter to the plugin calling the native.
This function has no return value.
If used outside of a native callback, or the native was created with style 1, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.