Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xTimerSave
Function
xTimerSave
src/SB/Core/x/xTimer.cpp:86–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void xTimerSave(xTimer* ent, xSerial* s)
87
{
88
xBaseSave(ent, s);
89
90
s->Write(ent->state);
91
s->Write(ent->secondsLeft);
92
}
93
94
void xTimerLoad(xTimer* ent, xSerial* s)
95
{
Callers
1
zSceneSave
Function · 0.85
Calls
2
xBaseSave
Function · 0.85
Write
Method · 0.80
Tested by
no test coverage detected