![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
Contains data if the behavior type is StandStill. More...
#include <Behavior.hpp>
Public Member Functions | |
Standing (bl::tmap::Direction d) | |
Creates the data. More... | |
Standing () | |
Stand facing down. More... | |
Public Attributes | |
bl::tmap::Direction | facedir |
The direction to face. More... | |
Contains data if the behavior type is StandStill.
Definition at line 37 of file Behavior.hpp.
core::file::Behavior::Standing::Standing | ( | bl::tmap::Direction | d | ) |
Creates the data.
Definition at line 121 of file Behavior.cpp.
core::file::Behavior::Standing::Standing | ( | ) |
Stand facing down.
Definition at line 118 of file Behavior.cpp.
bl::tmap::Direction core::file::Behavior::Standing::facedir |
The direction to face.
Definition at line 39 of file Behavior.hpp.