SMC_NewSection Typedef

Called when the parser is entering a new section or sub-section.

Note: Enclosing quotes are always stripped.

typedef SMC_NewSection = function SMCResult(SMCParser smc, const char[] name, bool opt_quotes)

Tags

smc

The SMC Parser.

name

String containing section name.

opt_quotes

True if the section name was quote-enclosed in the file.