gAIPlayer::ThinkData Struct Reference

#include <gAIBase.h>

Inheritance diagram for gAIPlayer::ThinkData:

Inheritance graph
[legend]
Collaboration diagram for gAIPlayer::ThinkData:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ThinkData (gAISensor const &a_front, gAISensor const &a_left, gAISensor const &a_right)

Public Attributes

gAISensor const & front
gAISensor const & left
gAISensor const & right


Detailed Description

Definition at line 150 of file gAIBase.h.


Constructor & Destructor Documentation

gAIPlayer::ThinkData::ThinkData ( gAISensor const &  a_front,
gAISensor const &  a_left,
gAISensor const &  a_right 
) [inline]

Definition at line 156 of file gAIBase.h.

00157                 : front(a_front), left( a_left ), right( a_right )
00158         {
00159         }


Member Data Documentation

gAISensor const& gAIPlayer::ThinkData::front

Definition at line 152 of file gAIBase.h.

Referenced by gAIPlayer::EmergencySurvive(), gAIPlayer::ThinkCloseCombat(), and gAIPlayer::ThinkTrace().

gAISensor const& gAIPlayer::ThinkData::left

Definition at line 153 of file gAIBase.h.

Referenced by gAIPlayer::EmergencySurvive(), gAIPlayer::ThinkCloseCombat(), gAIPlayer::ThinkPath(), gAIPlayer::ThinkSurvive(), and gAIPlayer::ThinkTrace().

gAISensor const& gAIPlayer::ThinkData::right

Definition at line 154 of file gAIBase.h.

Referenced by gAIPlayer::EmergencySurvive(), gAIPlayer::ThinkCloseCombat(), gAIPlayer::ThinkPath(), gAIPlayer::ThinkSurvive(), and gAIPlayer::ThinkTrace().


The documentation for this struct was generated from the following file:
Generated on Sat Mar 15 23:33:29 2008 for Armagetron Advanced by  doxygen 1.5.4