Torque3D Documentation / _generateds / TTagSetStmtNode

TTagSetStmtNode

Engine/source/console/ast.h

More...

Public Static Functions

alloc(S32 lineNumber, StringTableEntry tag, ExprNode * valueExpr, ExprNode * stringExpr)

Public Functions

Detailed Description

Public Attributes

ExprNode * stringExpr 
StringTableEntry tag 
ExprNode * valueExpr 

Public Static Functions

alloc(S32 lineNumber, StringTableEntry tag, ExprNode * valueExpr, ExprNode * stringExpr)

Public Functions

compileStmt(CodeStream & codeStream, U32 ip)

Reimplemented from: StmtNode

DBG_STMT_TYPE(TTagSetStmtNode )