Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xCounterSave
Function
xCounterSave
src/SB/Core/x/xCounter.cpp:68–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void xCounterSave(_xCounter* ent, xSerial* s)
69
{
70
xBaseSave(ent, s);
71
72
s->Write(ent->state);
73
s->Write(ent->count);
74
}
75
76
void xCounterLoad(_xCounter* ent, xSerial* s)
77
{
Callers
1
zSceneSave
Function · 0.85
Calls
2
xBaseSave
Function · 0.85
Write
Method · 0.80
Tested by
no test coverage detected