Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ zEnvInit
Function
zEnvInit
src/SB/Game/zEnv.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
#include
"iLight.h"
12
13
void zEnvInit(void* env, void* easset)
14
{
15
zEnvInit((_zEnv*)env, (xEnvAsset*)easset);
16
}
17
18
void zEnvInit(_zEnv* env, xEnvAsset* easset)
19
{
Callers
nothing calls this directly
Calls
7
xBaseInit
Function · 0.85
xEnvLoadBsp
Function · 0.85
zSurfaceRegisterMapper
Function · 0.85
zLightResetAll
Function · 0.85
iLightInit
Function · 0.85
xSTAssetCountByType
Function · 0.50
xSTFindAsset
Function · 0.50
Tested by
no test coverage detected