SMC_SetParseStart
- Синтаксис
-
native SMC_SetParseStart(SMCParser:handle, const func[]);
Переменная | Описание |
---|---|
handle |
Handle to an SMC Parse structure. |
func |
A ParseStart callback. |
- Описание
- Sets the SMC_ParseStart function of a parse handle.
- Пометка
-
Below is the prototype of callback: - Called when parsing is started. @param handle Handle to an SMC Parse structure. @param data Handle or value passed in SMC_ParseFile @noreturn public OnParseStart(SMCParser:handle, any:data) -
- Возвращает
- Функция ничего не возвращает