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

Function xSceneResolvID

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

Source from the content-addressed store, hash-verified

114}
115
116xBase* xSceneResolvID(xScene* sc, U32 id)
117{
118 if (sc->resolvID)
119 {
120 return sc->resolvID(id);
121 }
122
123 return NULL;
124}
125
126const char* xSceneID2Name(xScene* sc, U32 id)
127{

Callers 4

zUI_InitFunction · 0.85
xMovePointSetupFunction · 0.85
xEntSetupFunction · 0.85
xEntMotionResetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected