INI_SetParseStart
- Синтаксис
-
native INI_SetParseStart(INIParser:handle, const func[]);
Переменная | Описание |
---|---|
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) -
- Возвращает
- Функция ничего не возвращает