Torque3D Documentation / _generateds / ConditionalExprNode

ConditionalExprNode

Engine/source/console/ast.h

More...

Public Static Functions

alloc(S32 lineNumber, ExprNode * testExpr, ExprNode * trueExpr, ExprNode * falseExpr)

Detailed Description

Public Attributes

ExprNode * falseExpr 
bool integer 
ExprNode * testExpr 
ExprNode * trueExpr 

Public Static Functions

alloc(S32 lineNumber, ExprNode * testExpr, ExprNode * trueExpr, ExprNode * falseExpr)

Public Functions

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

Reimplemented from: ExprNode

DBG_STMT_TYPE(ConditionalExprNode )

getPreferredType()

Reimplemented from: ExprNode