MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / TimerClear

Method TimerClear

src/SB/Core/x/xBehaveMgr.cpp:1025–1032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023}
1024
1025void xPsyche::TimerClear()
1026{
1027 if (this->staktop < 0)
1028 {
1029 return;
1030 }
1031 this->tmr_stack[0][this->staktop] = 0.0f;
1032}
1033
1034// Non-matching: Needs an extra branch that does the same `+= dt`
1035void xPsyche::TimerUpdate(F32 dt)

Callers 1

TranGoalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected