Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
void ztaskbox::enable()
131
{
132
if (!this->flag.enabled)
133
{
134
this->flag.enabled = true;
135
set_state(STATE_BEGIN);
136
}
137
}
138
139
void ztaskbox::disable()
140
{
Callers
2
zCombo_Setup
Function · 0.45
setup
Method · 0.45
Calls
1
set_state
Function · 0.70
Tested by
no test coverage detected