From NWNWiki
[edit] GetIsAreaInterior(object oArea)
Look if the area oArea is natural
// This will return TRUE if the area is flagged as either interior or underground.
int GetIsAreaInterior(
object oArea,
);
[edit] See Also
constants:
AREA_* Constants