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

Function aMissionSetFlag

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

$$ACTION Mission Set mission flag [i:FlagNum] to [b:State] aMissionSetFlag Set mission flag Sets the specified mission flag Parameters: FlagNum: the flag to set State: the value to set the flag to $$END */

Source from the content-addressed store, hash-verified

2668$$END
2669*/
2670void aMissionSetFlag(int flagnum, bool state) { Msn_FlagSet(flagnum, state); }
2671
2672/*
2673$$ACTION

Callers 3

CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected