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

Function qGetDifficulty

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

$$QUERY Mission i:Get difficulty level qGetDifficulty Returns the difficulty level (0 = trainee,4 = insane) $$END */

Source from the content-addressed store, hash-verified

4805$$END
4806*/
4807int qGetDifficulty(void) { return Game_GetDiffLevel(); }
4808
4809/*
4810Requested by Luke 1/15/99

Callers 5

CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85
CallEventMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected