SetWorldspaceFlag

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Sets/removes the specified flag (determined by flagID) for the specified Worldspace.

Syntax

[help]
(flagValue:0/1) SetWorldspaceFlag worldspace:ref flagID:int{0-7} newValue:0/1

Worldspace Flag IDs

0	Small World
1	Can't Fast-Travel
4	No LOD Water
5	No LOD Noise
6	Disallow NPC Fall Damage
7	Needs Water Adjustment

Example

SetWorldspaceFlag FreesideWorld 1 1 

See Also