Reset - Location

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Location Script

Flags all encounter zones and interior cells associated with this location for forced reset.

Syntax[edit | edit source]

Function Reset() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Make sure all cells for the target dungeon are reset when player gets there
DungeonLoc.Reset();

See Also[edit | edit source]