TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Public Member Functions | Public Attributes | List of all members
cherrypi::FixedScenarioPlayer Struct Reference

#include <scenariospecification.h>

Public Member Functions

int getUpgradeLevel (int upgradeType) const
 
int hasTech (int techType) const
 

Public Attributes

std::vector< torchcraft::BW::TechType > techs
 
std::vector< ScenarioUpgradeLevelupgrades
 
std::vector< SpawnPositionunits
 

Member Function Documentation

int cherrypi::FixedScenarioPlayer::getUpgradeLevel ( int  upgradeType) const
inline
int cherrypi::FixedScenarioPlayer::hasTech ( int  techType) const
inline

Member Data Documentation

std::vector<torchcraft::BW::TechType> cherrypi::FixedScenarioPlayer::techs
std::vector<SpawnPosition> cherrypi::FixedScenarioPlayer::units
std::vector<ScenarioUpgradeLevel> cherrypi::FixedScenarioPlayer::upgrades

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