IsAlwaysHardcore

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout: New Vegas.

Description

Returns 1 if hardcore mode has always been activated in the game. This is used to check if player fails requirements before adding achievement for hardcore mode.

Syntax

[help]
(0, 1:int) [Actor].IsAlwaysHardcore 

Or:

(0, 1:int) [Actor].behemoth

Example

set bAlwaysHardcore to PlayerRef.IsAlwaysHardcore 

See Also

IsHardcore