BakkesMod Programming Wiki
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

ReplayManagerWrapper : ObjectWrapper

View Implementation

_NODISCARD bool 
IsNull() const



operator bool() const



_NODISCARD bool 
LoadReplaysFromDemoFolder() const



ReplaySoccarWrapper 
GetLoadedReplays() const



_NODISCARD bool 
IsLoadingReplayHeaders() 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