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

#include <frame.h>

Public Member Functions

bool operator== (const UnitCommand &c) const
 

Public Attributes

int32_t frame
 
int32_t type
 
int32_t targetId
 
int32_t targetX
 
int32_t targetY
 
int32_t extra
 

Member Function Documentation

bool torchcraft::replayer::UnitCommand::operator== ( const UnitCommand c) const
inline

Member Data Documentation

int32_t torchcraft::replayer::UnitCommand::extra
int32_t torchcraft::replayer::UnitCommand::frame
int32_t torchcraft::replayer::UnitCommand::targetId
int32_t torchcraft::replayer::UnitCommand::targetX
int32_t torchcraft::replayer::UnitCommand::targetY
int32_t torchcraft::replayer::UnitCommand::type

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