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