Gets an error string for an SMCError code.
bool SMC_GetErrorString(SMCError error, char[] buffer, int buf_max)
The SMCParseError code.
A string buffer for the error (contents undefined on failure).
The maximum size of the buffer.
True on success, false otherwise.
SMCError_Okay returns false.
SMCError_Custom (which is thrown on SMCParse_HaltFail) returns false.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.