Table of Contents

Property IsInterior

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

IsInterior

Gets or sets whether this area is considered an as interior, and not an exterior.

public bool IsInterior { get; set; }

Property Value

bool

Remarks

Unlike the equivalent NwScript function GetIsAreaInterior(uint), this function will only return true if the Interior flag is set.
An area that is simply underground is not considered an interior.

Use IsInterior || IsUnderGround together to replicate the existing function.