TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
Public Attributes | List of all members
torchcraft::replayer::detail::UnitDiff Class Reference

#include <frame.h>

Public Attributes

int id
 
std::vector< int32_t > var_ids
 
std::vector< int32_t > var_diffs
 
std::vector< int32_t > order_ids
 
std::vector< int32_t > order_diffs
 
int32_t order_size
 
double velocityX
 
double velocityY
 
int64_t flags
 

Member Data Documentation

int64_t torchcraft::replayer::detail::UnitDiff::flags
int torchcraft::replayer::detail::UnitDiff::id
std::vector<int32_t> torchcraft::replayer::detail::UnitDiff::order_diffs
std::vector<int32_t> torchcraft::replayer::detail::UnitDiff::order_ids
int32_t torchcraft::replayer::detail::UnitDiff::order_size
std::vector<int32_t> torchcraft::replayer::detail::UnitDiff::var_diffs
std::vector<int32_t> torchcraft::replayer::detail::UnitDiff::var_ids
double torchcraft::replayer::detail::UnitDiff::velocityX
double torchcraft::replayer::detail::UnitDiff::velocityY

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