native param_convert(num);
num | Argument to convert, starting from 1 |
Converts a parameter to work as a by-reference parameter.
This function has been deprecated, do NOT use it
Reason: Style 1 natives are deprecated and should be converted to style 0. This should not be used.
This only needs to be called if the native was registered with style 1.
Remember that arrays (and strings) are always by-reference and need to be converted.
This function has no return value.
If used outside of a native callback, or the native was created with style 0, an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.