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

Function zGustGetGust

src/SB/Game/zGust.cpp:99–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99zGust* zGustGetGust(U16 n)
100{
101 if (gusts)
102 {
103 return &gusts[n];
104 }
105
106 return NULL;
107}
108
109// NOTE(jelly): non-matching
110void zGustUpdateEnt(xEnt* ent, xScene* sc, float dt, void* gdata)

Callers 1

zSceneInitFunc_GustFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected