MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / aSnowTurnOn

Function aSnowTurnOn

scripts/DallasFuncs.cpp:1407–1414  ·  view source on GitHub ↗

$$ACTION Weather Turn snow ON with density = [p:Density=0.5:0.0|1.0] aSnowTurnOn Turn snow ON Turns on the snow Parameters: ?? $$END */

Source from the content-addressed store, hash-verified

1405$$END
1406*/
1407void aSnowTurnOn(float density) {
1408 msafe_struct mstruct;
1409
1410 mstruct.scalar = density;
1411 mstruct.state = true;
1412
1413 MSafe_CallFunction(MSAFE_WEATHER_SNOW, &mstruct);
1414}
1415
1416/*
1417$$ACTION

Callers 1

CallEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected