MCPcopy 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
13void zEnvInit(void* env, void* easset)
14{
15 zEnvInit((_zEnv*)env, (xEnvAsset*)easset);
16}
17
18void zEnvInit(_zEnv* env, xEnvAsset* easset)
19{

Callers

nothing calls this directly

Calls 7

xBaseInitFunction · 0.85
xEnvLoadBspFunction · 0.85
zSurfaceRegisterMapperFunction · 0.85
zLightResetAllFunction · 0.85
iLightInitFunction · 0.85
xSTAssetCountByTypeFunction · 0.50
xSTFindAssetFunction · 0.50

Tested by

no test coverage detected