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

Function zLightInit

src/SB/Game/zLight.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void zLightInit(void* b, void* tasset)
52{
53 zLightInit((xBase*)b, (zLightAsset*)tasset);
54}
55
56void zLightInit(xBase* b, zLightAsset* tasset)
57{

Callers

nothing calls this directly

Calls 6

xBaseInitFunction · 0.85
zLightEffectSetFunction · 0.85
xPartitionInsertFunction · 0.85
iLightCreateFunction · 0.50
iLightModifyFunction · 0.50
xMemAllocFunction · 0.50

Tested by

no test coverage detected