INI_SetParseStart
native INI_SetParseStart(INIParser:handle, const func[]);
| Parameter |
Description |
| handle | Handle to an INI Parse structure. |
| func | A ParseStart callback. |
Sets the INI_ParseStart function of a parse handle.
Below is the prototype of callback:
-
Called when parsing is started.
@param handle A handle to an INI Parse structure.
@param data Handle or value passed in INI_ParseFile
@noreturn
public OnParseStart(INIParser:handle, any:data)
-
This function has no return value.
Invalid or corrupt handle.