Called when the parser finds a new key/value pair.
Note: Enclosing quotes are always stripped.
typedef SMC_KeyValue = function SMCResult(SMCParser smc, const char[] key, const char[] value, bool key_quotes, bool value_quotes)
The SMCParser.
String containing key name.
String containing value name.
Whether or not the key was enclosed in quotes.
Whether or not the value was enclosed in quotes.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.