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

Function zGustToggleOn

src/SB/Game/zGust.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void zGustToggleOn(zGust* g)
94{
95 g->flags ^= 1;
96 g->debris_timer = 0.15f;
97}
98
99zGust* zGustGetGust(U16 n)
100{

Callers 1

zGustEventCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected