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

#include <self.h>

Inheritance diagram for game::action::skill::Self:
Inheritance graph
[legend]
Collaboration diagram for game::action::skill::Self:
Collaboration graph
[legend]

Public Member Functions

 Self (const SelfValidator &validator, const SelfSpender &spender, const SelfAction &action)
 
virtual ~Self ()
 
time::TimeElapsed operator() (base::GameObject *caster, const GameTargets &)
 
- Public Member Functions inherited from game::action::skill::Skill
 Skill ()
 
virtual ~Skill ()
 
virtual time::TimeElapsed operator() (base::GameObject *caster, const ugdk::math::Integer2D &target)
 
virtual time::TimeElapsed operator() (base::GameObject *caster, base::GameObject *target)
 
virtual time::TimeElapsed operator() (base::GameObject *caster)
 

Additional Inherited Members

- Static Public Member Functions inherited from game::action::skill::Skill
static SkillLoadFromFile (const std::string &)
 

Constructor & Destructor Documentation

game::action::skill::Self::Self ( const SelfValidator validator,
const SelfSpender spender,
const SelfAction action 
)
virtual game::action::skill::Self::~Self ( )
inlinevirtual

Member Function Documentation

TimeElapsed game::action::skill::Self::operator() ( base::GameObject caster,
const GameTargets  
)
virtual

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