Sets a string in a native parameter.
int SetNativeString(int param, const char[] source, int maxlength, bool utf8, int& bytes)
Parameter number, starting from 1.
Source string to use.
Maximum number of bytes to write.
If false, string will not be written with UTF8 safety.
Optionally store the number of bytes written.
SP_ERROR_NONE on success, any other integer on failure.
Invalid parameter number or calling from a non-native function.
Output conditions are undefined on failure.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.