Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ disable_ui
Function
disable_ui
src/SB/Game/zUI.cpp:1783–1790 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1781
}
1782
1783
static void disable_ui(_zUI* ui)
1784
{
1785
if (ui)
1786
{
1787
ui->baseFlags &= ~0x1;
1788
ui->flags &= ~0x1;
1789
}
1790
}
1791
1792
static void enable_ui(_zUI* ui)
1793
{
Callers
1
refresh_patsocks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected