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

Method enable

src/SB/Game/zTaskBox.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void ztaskbox::enable()
131{
132 if (!this->flag.enabled)
133 {
134 this->flag.enabled = true;
135 set_state(STATE_BEGIN);
136 }
137}
138
139void ztaskbox::disable()
140{

Callers 2

zCombo_SetupFunction · 0.45
setupMethod · 0.45

Calls 1

set_stateFunction · 0.70

Tested by

no test coverage detected