MCPcopy 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
48void 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
56void ztaskbox::write(xSerial& s)
57{

Callers 4

downloadFunction · 0.80
iter_DIEsMethod · 0.80
parse_exprMethod · 0.80
zSceneLoadFunction · 0.80

Calls 2

ReadMethod · 0.80
set_stateFunction · 0.70

Tested by

no test coverage detected