3rd Party Libraries
Recent Additions
Handles Parser
Discord
textparse
SMCParser
ParseFile
File
ParseFile
Last Updated
2014-11-20
Created At
2014-11-20
Parses an SMC file.
native
SMCError
ParseFile(
const char[]
file
,
int&
line
=
0
,
int&
col
=
0
)
Parameters
const char[]
file
A string containing the file path.
int&
line
An optional variable to store the last line number read.
int&
col
An optional variable to store the last column number read.
Return Value
SMCError
An SMCParseError result.