Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void zLightInit(void* b, void* tasset)
52
{
53
zLightInit((xBase*)b, (zLightAsset*)tasset);
54
}
55
56
void zLightInit(xBase* b, zLightAsset* tasset)
57
{
Callers
nothing calls this directly
Calls
6
xBaseInit
Function · 0.85
zLightEffectSet
Function · 0.85
xPartitionInsert
Function · 0.85
iLightCreate
Function · 0.50
iLightModify
Function · 0.50
xMemAlloc
Function · 0.50
Tested by
no test coverage detected