SetHardcore

From GECK
Jump to: navigation, search


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

Description

Turns Hardcore mode on or off

Syntax

[help]
[Actor].SetHardcore setORremove:int{1/0}

Example

ref.SetHardcore 1 

Notes

  • This function seems to do nothing when called with the player as the reference. Using the function in an OnTrigger script block is probably best, with the direct or implicit reference the trigger object itself.

See Also