IsHardcore

From GECK
Jump to: navigation, search


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

Description

Returns 1 if the hardcore mode is currently activated. Useful if you want an effect to play only when Hardcore mode is enabled.

Syntax

[help]
(0, 1:int) IsHardcore

Example

if playerref.IsHardcore == 1 ; if hardcore is activated 

See Also