Admin Site Admin
(send private message)
Posts: 933 Topics: 55
Location: OverHertz Studio | [393] - posted: 2011-11-06 14:39:07 ok.
Ziron_ExpectNextToken
This function will internally move to the next token and check if it is the token you passed in parameter, if it is not, it returns -1 as you already know.
Ziron_GetNextToken
This function will move to the next token, regardless of what the next token may be, it returns the zirToken ID.
Ziron_PeekNextToken
This function is similar to GetNextToken, however it is does not move to the next token, it remains in the current position as not to lose the next token if you do not need it.
Note that this function will also internally change the GetString, GetInt and GetFloat values to the peeked value.
Download Ziron
Get free hosting for Ziron related fan-sites and Ziron projects, contact me in private message. |