Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ read
Method
read
src/SB/Game/zTaskBox.cpp:48–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void ztaskbox::read(xSerial& s)
49
{
50
U8 data[4];
51
data[0] = (U8)this->state;
52
s.Read(data);
53
set_state((ztaskbox::state_enum)data[0]);
54
}
55
56
void ztaskbox::write(xSerial& s)
57
{
Callers
4
download
Function · 0.80
iter_DIEs
Method · 0.80
parse_expr
Method · 0.80
zSceneLoad
Function · 0.80
Calls
2
Read
Method · 0.80
set_state
Function · 0.70
Tested by
no test coverage detected