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

Function xModelGetPipeFlags

src/SB/Core/x/xModel.cpp:24–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22void CameraDestroy(RwCamera* cam);
23
24U32 xModelGetPipeFlags(RpAtomic* model)
25{
26 for (int i = 0; i < xModelLookupCount; i++)
27 {
28 if (xModelLookupList[i].model == model)
29 {
30 return xModelLookupList[i].PipeFlags;
31 }
32 }
33 return NULL;
34}
35
36// Equivalent (regalloc)
37void xModelInit()

Callers 2

xModelInstanceAllocFunction · 0.70
load_modelFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected