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

Function xSceneID2Name

src/SB/Core/x/xScene.cpp:126–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126const char* xSceneID2Name(xScene* sc, U32 id)
127{
128 if (sc->id2Name)
129 {
130 return sc->id2Name(id);
131 }
132
133 return NULL;
134}
135
136void xSceneForAllEnts(xScene* sc, xSceneEntCallback func, void* data)
137{

Callers 15

ZDSP_instInitFunction · 0.85
ZDSP_instInitDepFunction · 0.85
InitMethod · 0.85
InitBoundsMethod · 0.85
SetupMethod · 0.85
ResetMethod · 0.85
ParseLinksMethod · 0.85
TagVertsMethod · 0.85
AnimStartMethod · 0.85
EnterMethod · 0.85
MasterTellSlavesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected