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

Method exists

src/SB/Game/zTaskBox.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218bool ztaskbox::exists(state_enum stage)
219{
220 U32 state = this->asset->stages[stage];
221 return state != STATE_BEGIN && xSTFindAsset(state, NULL) != NULL;
222}
223
224void ztaskbox::set_state(state_enum stage)
225{

Callers 5

import_h_fileFunction · 0.80
add_unitFunction · 0.80
generate_build_ninjaFunction · 0.80
do_debug_buildFunction · 0.80
extract_infoFunction · 0.80

Calls 1

xSTFindAssetFunction · 0.50

Tested by

no test coverage detected