| Function | Description |
|---|---|
| INI_CreateParser | Creates a new INI parser. This is used to set parse hooks. |
| INI_DestroyParser | Disposes of an INI parser. |
| INI_ParseFile | Parses an INI config file. |
| INI_SetParseStart | Sets the INI_ParseStart function of a parse handle. |
| INI_SetParseEnd | Sets the INI_ParseEnd function of a parse handle. |
| INI_SetReaders | Sets the two main reader functions. |
| INI_SetRawLine | Sets a raw line reader on an INI parser handle. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.