GetGameDifficulty

From Dragon Age Toolset Wiki
Revision as of 19:57, 19 February 2010 by BryanDerksen (Talk | contribs) (add return values, remove tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the current difficulty of the game.

int GetGameDifficulty(
);
Parameters:
None
Returns:

Returns a game difficulty constant

Source:

script.ldf

Description

Returns the current difficulty of the game.

Return values can be 0 (easy), 1 (normal), 2 (hard) or 3 (nightmare).