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

Function xModelBucket_GetBuckets

src/SB/Core/x/xModelBucket.cpp:257–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257xModelBucket** xModelBucket_GetBuckets(RpAtomic* data)
258{
259 for (S32 i = 0; i < sBucketClipCullCount; i += 2)
260 {
261 if (sBucketClipCullList[i]->OriginalData == data)
262 {
263 return &sBucketClipCullList[i];
264 }
265 }
266 return NULL;
267}
268
269void xModelBucket_Begin()
270{

Callers 3

xModelInstanceAllocFunction · 0.70
load_modelFunction · 0.70
zLOD_SetupFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected