ReplayManagerWrapper : ObjectWrapper
ReplaySoccarWrapper GetLoadedReplays() const
void PlayReplay(const ReplayWrapper &replay, const std::string &map="", float start_time=0) const
Parameter | Type | Description |
---|---|---|
replay | ReplayWrapper | — |
map | const std::string & | — |
start_time | float | — |
void PlayReplayFile(const std::string &file_path, const std::string &map="", float start_time=0) const
Parameter | Type | Description |
---|---|---|
file_path | const std::string & | — |
map | const std::string & | — |
start_time | float | — |
void PlayReplayId(const std::string &replay_id, const std::string &map="", float start_time=0) const
Parameter | Type | Description |
---|---|---|
replay_id | const std::string & | — |
map | const std::string & | — |
start_time | float | — |