Property IsInterior
IsInterior
Gets or sets whether this area is considered an as interior, and not an exterior.
public bool IsInterior { get; set; }
Property Value
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.