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

Function hideWorld

src/SB/Game/zUI.cpp:1747–1755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1745}
1746
1747static void hideWorld()
1748{
1749 for (U32 i = 0; i < TASK_COUNT; i++)
1750 {
1751 xEntHide(sWorld[0].task[i].uiSpatOutline);
1752 xEntHide(sWorld[0].task[i].uiSpatGray);
1753 xEntHide(sWorld[0].task[i].uiSpatGold);
1754 }
1755}
1756
1757static void showWorld(U32 world)
1758{

Callers 1

zUI_ScenePortalUpdateFunction · 0.85

Calls 1

xEntHideFunction · 0.85

Tested by

no test coverage detected