Phoenix2D-Library  0.10
Public Member Functions | List of all members
Phoenix::KickInR Class Reference

KickInR
The KickInR lorem Ipsum More...

#include <KickInR.h>

Inheritance diagram for Phoenix::KickInR:
Inheritance graph
[legend]
Collaboration diagram for Phoenix::KickInR:
Collaboration graph
[legend]

Public Member Functions

 KickInR (Commands *commands)
 
 ~KickInR ()
 
void setup (WorldModel world)
 
void onPlayerExecute (WorldModel world)
 
void onGoalieExecute (WorldModel world)
 
void onCoachExecute (WorldModel world)
 
void onMessageReceived (std::string message, int sender)
 
- Public Member Functions inherited from Phoenix::PlayMode
 PlayMode (Commands *commands)
 
virtual ~PlayMode ()
 
void onStart ()
 
void onPreExecute ()
 
void onPostExecute ()
 
void onEnd ()
 

Additional Inherited Members

- Protected Attributes inherited from Phoenix::PlayMode
Commandscommands
 

Detailed Description

KickInR
The KickInR lorem Ipsum

Definition at line 42 of file KickInR.h.

Constructor & Destructor Documentation

Phoenix::KickInR::KickInR ( Commands commands)

Definition at line 25 of file KickInR.cpp.

Phoenix::KickInR::~KickInR ( )

Definition at line 29 of file KickInR.cpp.

Member Function Documentation

void Phoenix::KickInR::onCoachExecute ( WorldModel  world)
virtual

Implements Phoenix::PlayMode.

Definition at line 45 of file KickInR.cpp.

void Phoenix::KickInR::onGoalieExecute ( WorldModel  world)
virtual

Implements Phoenix::PlayMode.

Definition at line 41 of file KickInR.cpp.

void Phoenix::KickInR::onMessageReceived ( std::string  message,
int  sender 
)
virtual

Implements Phoenix::PlayMode.

Definition at line 49 of file KickInR.cpp.

void Phoenix::KickInR::onPlayerExecute ( WorldModel  world)
virtual

Implements Phoenix::PlayMode.

Definition at line 37 of file KickInR.cpp.

void Phoenix::KickInR::setup ( WorldModel  world)
virtual

Implements Phoenix::PlayMode.

Definition at line 33 of file KickInR.cpp.


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