mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Added anomymous functions as in Konrad Kiss's resource.
This commit is contained in:
parent
e9308e40ed
commit
1204b81a78
4 changed files with 35 additions and 1 deletions
|
|
@ -47,6 +47,8 @@ extern ConsoleValueStack CSTK;
|
|||
ConsoleDocFragment* ConsoleDocFragment::smFirst;
|
||||
ExprEvalState gEvalState;
|
||||
StmtNode *gStatementList;
|
||||
StmtNode *gAnonFunctionList;
|
||||
U32 gAnonFunctionID = 0;
|
||||
ConsoleConstructor *ConsoleConstructor::first = NULL;
|
||||
bool gWarnUndefinedScriptVariables;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue