GetGameDifficulty

From Dragon Age Toolset Wiki
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).