Description
Wiki Description
Checks to see if this object is in an interior cell.
Documentation String
Returns !IsInExterior()
Documentation Comment
jduvall
Caveats
Examples
; Is the box in an interior?
if Box.IsInInterior()
Debug.Trace("Box is inside!")
endIfAuto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.IsInInterior()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
