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