Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

simulation
Class CStanceUtils

   in Stance.h
   in Stance.cpp

class CStanceUtils

Utility functions used by the various stances.


Constructor Summary
private  CStanceUtils()
          
 
Method Summary
 static void Attack( CEntity* entity, CEntity* target )
          
 static CEntity* ChooseTarget( float x, float y, float radius, CPlayer* player )
          
 static CEntity* ChooseTarget( CEntity* entity )
          
 

Constructor Detail

CStanceUtils

private CStanceUtils();


Method Detail

Attack

public static void Attack( CEntity* entity, CEntity* target );

ChooseTarget

public static CEntity* ChooseTarget( float x, float y, float radius, CPlayer* player );

ChooseTarget

public static CEntity* ChooseTarget( CEntity* entity );

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD