Retrieves the string length from a native parameter string. This is useful for fetching the entire string using dynamic arrays.
int GetNativeStringLength(int param, int& length)
Parameter number, starting from 1.
Stores the length of the string.
SP_ERROR_NONE on success, any other integer on failure.
Invalid parameter number or calling from a non-native function.
If this function succeeds, Get/SetNativeString will also succeed.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.