Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ParseHandle Interface Reference
Inheritance diagram for ParseHandle:
[legend]

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: