Deep RTS
Public Member Functions | Public Attributes | List of all members
StateManager Class Reference

#include <StateManager.h>

Public Member Functions

 StateManager (Game &game)
 
std::shared_ptr< BaseStategetByID (int id) const
 

Public Attributes

std::shared_ptr< BaseStatewalkingState
 
std::shared_ptr< BaseStatespawnState
 
std::shared_ptr< BaseStateidleState
 
std::shared_ptr< BaseStatedespawnedState
 
std::shared_ptr< BaseStateharvestingState
 
std::shared_ptr< BaseStatebuildingState
 
std::shared_ptr< BaseStatecombatState
 
std::shared_ptr< BaseStatedeadState
 

Constructor & Destructor Documentation

◆ StateManager()

StateManager::StateManager ( Game game)
explicit

Member Function Documentation

◆ getByID()

std::shared_ptr< BaseState > StateManager::getByID ( int  id) const

Member Data Documentation

◆ buildingState

std::shared_ptr<BaseState> StateManager::buildingState

◆ combatState

std::shared_ptr<BaseState> StateManager::combatState

◆ deadState

std::shared_ptr<BaseState> StateManager::deadState

◆ despawnedState

std::shared_ptr<BaseState> StateManager::despawnedState

◆ harvestingState

std::shared_ptr<BaseState> StateManager::harvestingState

◆ idleState

std::shared_ptr<BaseState> StateManager::idleState

◆ spawnState

std::shared_ptr<BaseState> StateManager::spawnState

◆ walkingState

std::shared_ptr<BaseState> StateManager::walkingState

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