Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ stop_wait
Method
stop_wait
src/SB/Game/zTalkBox.cpp:1488–1494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1486
} // namespace
1487
1488
void ztalkbox::stop_wait(U32 x)
1489
{
1490
if (shared.active == this)
1491
{
1492
shared.wait_event_mask = shared.wait_event_mask | x;
1493
}
1494
}
1495
1496
void ztalkbox::show()
1497
{
Callers
1
stop_wait
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected