Torque3D Documentation / _generateds / AssertCallExprNode

AssertCallExprNode

Engine/source/console/ast.h

More...

Public Attributes

Public Static Functions

alloc(S32 lineNumber, ExprNode * testExpr, const char * message)

Detailed Description

Public Attributes

const char * message 
U32 messageIndex 
ExprNode * testExpr 

Public Static Functions

alloc(S32 lineNumber, ExprNode * testExpr, const char * message)

Public Functions

compile(CodeStream & codeStream, U32 ip, TypeReq type)

Reimplemented from: ExprNode

DBG_STMT_TYPE(AssertCallExprNode )

getPreferredType()

Reimplemented from: ExprNode