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

Function zGame_HackIsGallery

src/SB/Game/zGameExtras.cpp:735–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735U32 zGame_HackIsGallery()
736{
737 if (sGalleryTitle && xEntIsVisible(sGalleryTitle))
738 {
739 return 1;
740 }
741 return 0;
742}

Callers 1

xPadUpdateFunction · 0.85

Calls 1

xEntIsVisibleFunction · 0.85

Tested by

no test coverage detected