ReplayServerWrapper
Last edited bySimple_AOB10/16/2025
ReplayServerWrapper(const ReplayServerWrapper &other)
| Parameter | Type | Description |
|---|---|---|
| other | ReplayServerWrapper | --- |
ReplayServerWrapper operator=(ReplayServerWrapper rhs)
| Parameter | Type | Description |
|---|---|---|
| rhs | ReplayServerWrapper | --- |
~ReplayServerWrapper()
ActorWrapper GetViewTarget()
ReplayWrapper GetReplay()
float GetReplayTimeElapsed()
int GetReplayFPS()
int GetCurrentReplayFrame()
void AddKeyFrame(int frame, std::string name)
| Parameter | Type | Description |
|---|---|---|
| frame | int | --- |
| name | std::string | --- |
void RemoveKeyFrame(int frame)
| Parameter | Type | Description |
|---|---|---|
| frame | int | --- |
void SkipToFrame(int frame)
| Parameter | Type | Description |
|---|---|---|
| frame | int | --- |
void SkipToTime(float time)
| Parameter | Type | Description |
|---|---|---|
| time | float | --- |
void StartPlaybackAtFrame(int frame)
| Parameter | Type | Description |
|---|---|---|
| frame | int | --- |
void StartPlaybackAtTime(float time)
| Parameter | Type | Description |
|---|---|---|
| time | float | --- |