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

Function zSendEventToThumbIcon

src/SB/Game/zSaveLoad.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void zSendEventToThumbIcon(U32 toEvent)
239{
240 const char* iconString = gGameMode == eGameMode_Load ? "MNU3 THUMBICON" : "MNU4 THUMBICON";
241 zEntEvent(zSceneFindObject(xStrHash(iconString)), toEvent);
242}
243
244void zChangeThumbIcon(const char* icon)
245{

Callers 2

zSaveLoad_GameSelectFunction · 0.85
zSaveLoad_LoadLoopFunction · 0.85

Calls 3

zSceneFindObjectFunction · 0.85
zEntEventFunction · 0.50
xStrHashFunction · 0.50

Tested by

no test coverage detected