torque Torque Game Engine Documentation
TGE Version 1.5.2

AIConnection Class Reference

#include <aiConnection.h>

Inheritance diagram for AIConnection:

Inheritance graph
[legend]

Public Member Functions

 AIConnection ()
 DECLARE_CONOBJECT (AIConnection)
const MovegetMove ()
void setMove (Move *m)
virtual void clearMoves (U32 n)
virtual void getMoveList (Move **, U32 *numMoves)

Protected Attributes

Move mMove

Private Types

typedef GameConnection Parent

Member Typedef Documentation

Reimplemented from GameConnection.

Reimplemented in AIClient.


Constructor & Destructor Documentation

AIConnection::AIConnection (  ) 


Member Function Documentation

AIConnection::DECLARE_CONOBJECT ( AIConnection   ) 

const Move& AIConnection::getMove (  ) 

void AIConnection::setMove ( Move m  ) 

virtual void AIConnection::clearMoves ( U32  n  )  [virtual]

Reimplemented from GameConnection.

virtual void AIConnection::getMoveList ( Move **  ,
U32 numMoves 
) [virtual]

Reimplemented from GameConnection.

Reimplemented in AIClient.


Field Documentation




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