MCPcopy Create free account
hub / github.com/Warzone2100/warzone2100 / getDifficultyLevel

Function getDifficultyLevel

src/difficulty.cpp:77–80  ·  view source on GitHub ↗

------------------------------------------------------------------------------------ Returns the difficulty level */

Source from the content-addressed store, hash-verified

75// ------------------------------------------------------------------------------------
76/* Returns the difficulty level */
77DIFFICULTY_LEVEL getDifficultyLevel()
78{
79 return presDifLevel;
80}
81
82int modifyForDifficultyLevel(int basicVal, bool IsPlayer)
83{

Callers 8

resetDamageModifiersFunction · 0.85
loadPlayerScriptMethod · 0.85
fillMainModelFunction · 0.85
kf_TogglePauseModeFunction · 0.85
loadConfigFunction · 0.85
saveConfigFunction · 0.85
makeDefaultsOptionsFormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected