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

Function xTimerLoad

src/SB/Core/x/xTimer.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void xTimerLoad(xTimer* ent, xSerial* s)
95{
96 xBaseLoad(ent, s);
97
98 s->Read(&ent->state);
99 s->Read(&ent->secondsLeft);
100}
101
102S32 xTimerEventCB(xBase* from, xBase* to, U32 toEvent, const F32* toParam, xBase* toParamWidget)
103{

Callers 1

zSceneLoadFunction · 0.85

Calls 2

ReadMethod · 0.80
xBaseLoadFunction · 0.70

Tested by

no test coverage detected