Roguelike
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | List of all members
game::component::ControllerAi Class Reference

#include <controller_ai.h>

Inheritance diagram for game::component::ControllerAi:
Inheritance graph
[legend]
Collaboration diagram for game::component::ControllerAi:
Collaboration graph
[legend]

Public Member Functions

 ControllerAi (game::base::GameObject *owner)
 
 ~ControllerAi ()
 
action::time::TimeElapsed Act ()
 
void NewMapSize (int x, int y)
 
void NewMapSize (ugdk::math::Integer2D size)
 
bool InMeleeRange (game::base::GameObject *target)
 
ugdk::math::Integer2D TryPath (ugdk::math::Integer2D, ugdk::math::Integer2D)
 
void HearSound (int intensity)
 
- Public Member Functions inherited from game::component::Controller
 Controller (game::base::GameObject *owner)
 
virtual ~Controller ()
 
action::time::TimeElapsed Cast (const std::string &skill, const action::skill::GameTargets &targets)
 
action::time::TimeElapsed Cast (const std::string &skill, const ugdk::math::Integer2D &target)
 
action::time::TimeElapsed Cast (const std::string &skill, base::GameObject *target)
 
action::time::TimeElapsed Cast (const std::string &skill)
 
- Public Member Functions inherited from game::component::ComponentBase
 ComponentBase (game::base::GameObject *owner)
 
 ~ComponentBase ()
 

Additional Inherited Members

- Protected Attributes inherited from game::component::ComponentBase
game::base::GameObjectowner_
 

Constructor & Destructor Documentation

game::component::ControllerAi::ControllerAi ( game::base::GameObject owner)
game::component::ControllerAi::~ControllerAi ( )

Member Function Documentation

TimeElapsed game::component::ControllerAi::Act ( )
virtual

Reimplemented from game::component::Controller.

void game::component::ControllerAi::HearSound ( int  intensity)
bool game::component::ControllerAi::InMeleeRange ( game::base::GameObject target)
void game::component::ControllerAi::NewMapSize ( int  x,
int  y 
)
void game::component::ControllerAi::NewMapSize ( ugdk::math::Integer2D  size)
Integer2D game::component::ControllerAi::TryPath ( ugdk::math::Integer2D  ,
ugdk::math::Integer2D   
)

The documentation for this class was generated from the following files: