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

ReplayDirectorWrapper : ActorWrapper

View Implementation

float 
GetSlomoPreScoreTime()



void 
SetSlomoPreScoreTime(float newSlomoPreScoreTime)


Parameter Type Description
newSlomoPreScoreTime float

float 
GetSlomoPostScoreTime()



void 
SetSlomoPostScoreTime(float newSlomoPostScoreTime)


Parameter Type Description
newSlomoPostScoreTime float

float 
GetSlomoDefendTime()



void 
SetSlomoDefendTime(float newSlomoDefendTime)


Parameter Type Description
newSlomoDefendTime float

float 
GetSlomoDefendDistance()



void 
SetSlomoDefendDistance(float newSlomoDefendDistance)


Parameter Type Description
newSlomoDefendDistance float

float 
GetSlomoTimeDilation()



void 
SetSlomoTimeDilation(float newSlomoTimeDilation)


Parameter Type Description
newSlomoTimeDilation float

float 
GetMinReplayTime()



void 
SetMinReplayTime(float newMinReplayTime)


Parameter Type Description
newMinReplayTime float

float 
GetMaxReplayTime()



void 
SetMaxReplayTime(float newMaxReplayTime)


Parameter Type Description
newMaxReplayTime float

float 
GetReplayPadding()



void 
SetReplayPadding(float newReplayPadding)


Parameter Type Description
newReplayPadding float

float 
GetHighlightReplayDuration()



void 
SetHighlightReplayDuration(float newHighlightReplayDuration)


Parameter Type Description
newHighlightReplayDuration float

float 
GetTimeBeforeHighlightReplay()



void 
SetTimeBeforeHighlightReplay(float newTimeBeforeHighlightReplay)


Parameter Type Description
newTimeBeforeHighlightReplay float

ReplaySoccarWrapper 
GetReplay()



void 
SetReplay(ReplaySoccarWrapper newReplay)


Parameter Type Description
newReplay ReplaySoccarWrapper

ActorWrapper 
GetFocusCar()



void 
SetFocusCar(ActorWrapper newFocusCar)


Parameter Type Description
newFocusCar ActorWrapper

float 
GetFocusCarChangeTime()



void 
SetFocusCarChangeTime(float newFocusCarChangeTime)


Parameter Type Description
newFocusCarChangeTime float

ActorWrapper 
GetFocusBall()



void 
SetFocusBall(ActorWrapper newFocusBall)


Parameter Type Description
newFocusBall ActorWrapper

float 
GetScoreTime()



void 
SetScoreTime(float newScoreTime)


Parameter Type Description
newScoreTime float

int 
GetScoreHitIndex()



void 
SetScoreHitIndex(int newScoreHitIndex)


Parameter Type Description
newScoreHitIndex int

GoalWrapper 
GetScoredGoal()



void 
SetScoredGoal(GoalWrapper newScoredGoal)


Parameter Type Description
newScoredGoal GoalWrapper

ReplayScoreData 
GetReplayScoreData()



unsigned long 
GetbSlomo()



void 
SetbSlomo(unsigned long newbSlomo)


Parameter Type Description
newbSlomo unsigned long

unsigned long 
GetbSlomoForDefender()



void 
SetbSlomoForDefender(unsigned long newbSlomoForDefender)


Parameter Type Description
newbSlomoForDefender unsigned long

unsigned long 
GetbAutoSave()



void 
SetbAutoSave(unsigned long newbAutoSave)


Parameter Type Description
newbAutoSave unsigned long

int 
GetFocusHitIndex()



void 
SetFocusHitIndex(int newFocusHitIndex)


Parameter Type Description
newFocusHitIndex int

int 
GetFocusCarIdx()



void 
SetFocusCarIdx(int newFocusCarIdx)


Parameter Type Description
newFocusCarIdx int

float 
GetReplayStartGameTime()



void 
SetReplayStartGameTime(float newReplayStartGameTime)


Parameter Type Description
newReplayStartGameTime float

float 
GetBallSpawnTime()



void 
SetBallSpawnTime(float newBallSpawnTime)


Parameter Type Description
newBallSpawnTime float

ServerWrapper 
GetSoccarGame()



void 
SetSoccarGame(ServerWrapper newSoccarGame)


Parameter Type Description
newSoccarGame ServerWrapper

unsigned char 
GetScoredOnTeam()



void 
SetScoredOnTeam(unsigned char newScoredOnTeam)


Parameter Type Description
newScoredOnTeam unsigned char

int 
GetForceCutToFocusActors()



void 
SetForceCutToFocusActors(int newForceCutToFocusActors)


Parameter Type Description
newForceCutToFocusActors int

void 
HandleReplayFinished(ReplayWrapper InReplay)


Parameter Type Description
InReplay ReplayWrapper

bool 
ShouldSlomo()



void 
UpdateSlomo()



void 
UpdateFocusActors()



void 
PlayRandomHighlight()



int 
GetNextHighlightFrame()



void 
SetAutoSave()



void 
SaveUserKeyframe()



void 
BuildFocusCars()



void 
SetSlomo2(unsigned long bNewSlomo)


Parameter Type Description
bNewSlomo unsigned long

void 
eventTick(float DeltaTime)


Parameter Type Description
DeltaTime float

void 
eventDestroyed()



float 
GetReplayTimeSeconds()



void 
SetFocusActors(ActorWrapper NewCar, ActorWrapper NewBall)


Parameter Type Description
NewCar ActorWrapper
NewBall ActorWrapper

float 
GetReplayStartTime()



void 
SetSlomoForDefender(BallWrapper Ball, int DefendingTeam)


Parameter Type Description
Ball BallWrapper
DefendingTeam int

void 
OnScoreDataChanged()



void 
HandleScoreUpdated(TeamWrapper Team)


Parameter Type Description
Team TeamWrapper

void 
HandleAllTeamsCreated(TeamGameEventWrapper TeamGame)


Parameter Type Description
TeamGame TeamGameEventWrapper

void 
RecordPlayers()



void 
HandleGameStateChanged(GameEventWrapper G)


Parameter Type Description
G GameEventWrapper

void 
OnSoccarGameSet()



void 
SetGameEvent(ServerWrapper InGameEvent)


Parameter Type Description
InGameEvent ServerWrapper

void 
EventFocusCarChanged(ActorWrapper NewFocusCar)


Parameter Type Description
NewFocusCar ActorWrapper

void 
EventAutoSaveChanged(ReplayDirectorWrapper Director)


Parameter Type Description
Director ReplayDirectorWrapper

void 
EventScoreDataChanged(ReplayDirectorWrapper Director)


Parameter Type Description
Director ReplayDirectorWrapper

void 
EventReplayFinished(ReplayDirectorWrapper Director)


Parameter Type Description
Director ReplayDirectorWrapper