Gaming
 

GetIsAreaInterior

From NWNWiki

Stub This article is a stub. You can help NWNWiki by expanding it.

[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