Interface representing the actions that a player can perform.
More...
#include <IPlayer.hpp>
List of all members.
Detailed Description
Interface representing the actions that a player can perform.
Definition at line 17 of file IPlayer.hpp.
Constructor & Destructor Documentation
| virtual yap::IPlayer::~IPlayer |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual void yap::IPlayer::DestroyObject |
( |
const ID & |
objectWorldID | ) |
|
|
pure virtual |
| virtual const String& yap::IPlayer::GetName |
( |
| ) |
const |
|
pure virtual |
| virtual bool yap::IPlayer::HasInput |
( |
GameInputType |
gameInputType | ) |
const |
|
pure virtual |
| virtual void yap::IPlayer::TriggerBattle |
( |
| ) |
|
|
pure virtual |
| virtual void yap::IPlayer::Warp |
( |
const ID & |
mapWorldID, |
|
|
const Vector2 & |
point |
|
) |
| |
|
pure virtual |
The documentation for this struct was generated from the following file:
- G:/YAPOG/YAPOG/YAPOG/include/YAPOG/Game/World/Map/IPlayer.hpp