GetGameDifficulty

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(difficulty:int) GetGameDifficulty

Example

set iDifficulty to GetGameDifficulty

See Also