Enfusion Script API
Loading...
Searching...
No Matches
ParseHandle Interface Reference
Inheritance diagram for ParseHandle:
pointer

Public Member Functions

proto external int ParseLine (int lineNumber, out array< string > outParsedTokens)
 Parses line from file referenced in parser and tokenizes it to the outParsedTokens array The token separator is always a space character.
 
proto external void EndParse ()
 
- Public Member Functions inherited from pointer
proto string ToString ()
 

Member Function Documentation

◆ EndParse()

proto external void ParseHandle.EndParse ( )

◆ ParseLine()

proto external int ParseHandle.ParseLine ( int lineNumber,
out array< string > outParsedTokens )

Parses line from file referenced in parser and tokenizes it to the outParsedTokens array The token separator is always a space character.

Returns
Number of tokens on line

The documentation for this interface was generated from the following file: