GetGameDifficulty

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the current difficulty-level of the game. The returned value ranges from 0 for Very Easy, to 4 for Very Hard.

Syntax

(difficulty:int) GetGameDifficulty

Example

set iDifficulty to GetGameDifficulty

See Also