GetWorldspaceFlag

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns whether the specified flag (determined by flagID) is set for the specified Worldspace.

Syntax

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

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

set bFlag to GetWorldspaceFlag FreesideWorld 4 

See Also