Description
Wiki Description
Returns whether this cell is an interior cell or not.
Documentation Comment
Is this cell an interior cell?
Caveats
CK Wiki - Notes
- Be careful when using myObject.GetParentCell().IsInterior() because if myObject enters an unloaded exterior cell, this will create errors because GetParentCell() returns NONE if in an unloaded exterior. Instead, consider using: myObject.ObjectReference.IsInInterior()
Examples
No human-generated examples found for this function.
Auto-Generated Example
bool returnedValue = myCell__toCallFunctionOn.IsInterior()