Retrieves a string from a native parameter.
int GetNativeString(int param, char[] buffer, int maxlength, int& bytes)
Parameter number, starting from 1.
Buffer to store the string in.
Maximum length of the buffer.
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.