Peoplemon  0.1.0
Peoplemon 3 game source documentation
Public Member Functions | Public Attributes | List of all members
core::file::Behavior::Standing Struct Reference

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...
 

Detailed Description

Contains data if the behavior type is StandStill.

Definition at line 37 of file Behavior.hpp.

Constructor & Destructor Documentation

◆ Standing() [1/2]

core::file::Behavior::Standing::Standing ( bl::tmap::Direction  d)

Creates the data.

Definition at line 121 of file Behavior.cpp.

◆ Standing() [2/2]

core::file::Behavior::Standing::Standing ( )

Stand facing down.

Definition at line 118 of file Behavior.cpp.

Member Data Documentation

◆ facedir

bl::tmap::Direction core::file::Behavior::Standing::facedir

The direction to face.

Definition at line 39 of file Behavior.hpp.


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