Background for Fallout 4
Member of the ObjectReference script
boolfunctionIsInInterior()

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!")
endIf

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.IsInInterior()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.