GetCellFlag

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns whether or not the specified flag (determined by flagID) is set for the specified Cell.

Syntax

[help]
(isFlagSet:0/1) GetCellFlag cell:ref flagID:int{0-16}

Cell Flag IDs

0	Is Interior Cell
1	Has Water
2	Invert Fast Travel Behavior
3	No LOD Water
5	Public Place
6	Hand Changed
7	Behave Like Exterior
8	Ambient Color
9	Directional Color
10	Fog Color
11	Fog Near
12	Fog Far
13	Directional Rot
14	Directional Fade
15	Clip Distance
16	Fog Power

Example

set bIsFlagSet to GetCellFlag Gomorrah00 2 

See Also