GetGameDifficulty

Revision as of 03:09, 9 October 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the current difficulty-level of the game. The returned value ranges from 0 for <i>Very Easy</i>, to 4 for <i>Very Hard</i>. |nam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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