torque Torque Game Engine Documentation
CVS Revision Label 1.3.x

ast.h File Reference


Typedefs

typedef const char *(* cfunc )(S32 argc, char **argv)

Enumerations

enum  TypeReq {
  TypeReqNone,
  TypeReqUInt,
  TypeReqFloat,
  TypeReqString
}

Functions

void createFunction (const char *fnName, VarNode *args, StmtNode *statements)
bool lookupFunction (const char *fnName, VarNode **args, StmtNode **statements)
bool lookupCFunction (const char *fnName, cfunc *f)

Variables

StmtNodestatementList
ExprEvalState gEvalState


Typedef Documentation

typedef const char*(* cfunc)(S32 argc, char **argv)
 


Enumeration Type Documentation

enum TypeReq
 

Enumeration values:
TypeReqNone 
TypeReqUInt 
TypeReqFloat 
TypeReqString 


Function Documentation

void createFunction const char *  fnName,
VarNode args,
StmtNode statements
 

bool lookupFunction const char *  fnName,
VarNode **  args,
StmtNode **  statements
 

bool lookupCFunction const char *  fnName,
cfunc f
 


Variable Documentation

StmtNode* statementList
 

ExprEvalState gEvalState
 




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen