|
Torque2D Reference
|
List of parsers for the compiler. More...
#include <consoleParser.h>
Public Attributes | |
| struct ConsoleParser * | next |
| Next object in list or NULL. More... | |
| const char * | ext |
| Filename extension handled by this parser. More... | |
| fnGetCurrentFile | getCurrentFile |
| GetCurrentFile lexer function. More... | |
| fnGetCurrentLine | getCurrentLine |
| GetCurrentLine lexer function. More... | |
| fnParse | parse |
| Parse lexer function. More... | |
| fnRestart | restart |
| Restart lexer function. More... | |
| fnSetScanBuffer | setScanBuffer |
| SetScanBuffer lexer function. More... | |
List of parsers for the compiler.
| const char* ext |
Filename extension handled by this parser.
| fnGetCurrentFile getCurrentFile |
GetCurrentFile lexer function.
| fnGetCurrentLine getCurrentLine |
GetCurrentLine lexer function.
| struct ConsoleParser* next |
Next object in list or NULL.
| fnParse parse |
Parse lexer function.
| fnRestart restart |
Restart lexer function.
| fnSetScanBuffer setScanBuffer |
SetScanBuffer lexer function.
1.8.3.1