Torque Game Engine Documentation
TGE Version 1.5.2
Torque Home
Class Hierarchy
Data Structures
Namespaces
Namespace Members
File List
Globals
BinaryExprNode Struct Reference
#include <ast.h>
Inheritance diagram for BinaryExprNode:
[
legend
]
Detailed Description
A binary mathematical expression (ie, left op right).
Data Fields
S32
op
ExprNode
*
left
ExprNode
*
right
Field Documentation
S32
BinaryExprNode::op
ExprNode
*
BinaryExprNode::left
ExprNode
*
BinaryExprNode::right
All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with
Doxygen