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

Method TimerGet

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

Source from the content-addressed store, hash-verified

1014}
1015
1016F32 xPsyche::TimerGet(en_xpsytime tymr)
1017{
1018 if (this->staktop < 0)
1019 {
1020 return -1.0f;
1021 }
1022 return (&this->tmr_stack[0][this->staktop])[tymr];
1023}
1024
1025void xPsyche::TimerClear()
1026{

Callers 4

ProcessMethod · 0.80
ChkPrelimTranMethod · 0.80
FurryFlurryMethod · 0.80
ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected