SC2API
An API for AI for StarCraft II
Public Member Functions | Public Attributes | List of all members
sc2::ReplayInfo Struct Reference

Information about a replay file. More...

#include <sc2_gametypes.h>

Public Member Functions

bool GetPlayerInfo (ReplayPlayerInfo &replay_player_info, int playerID) const
 
float GetGameloopsPerSecond () const
 

Public Attributes

float duration
 
unsigned int duration_gameloops
 
int32_t num_players
 
uint32_t data_build
 
uint32_t base_build
 
std::string map_name
 
std::string map_path
 
std::string replay_path
 
std::string version
 
std::string data_version
 
ReplayPlayerInfo players [max_num_players]
 

Detailed Description

Information about a replay file.


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