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

Function zGustTurnOn

src/SB/Game/zGust.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void zGustTurnOn(zGust* g)
82
83{
84 g->flags |= 1;
85 g->debris_timer = 0.15f;
86}
87
88void zGustTurnOff(zGust* g)
89{

Callers 1

zGustEventCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected