Background for Fallout 4
Member of the ObjectReference script
boolfunctionIsTeleportAreaLoaded()Native

Description

Wiki Description

Is the teleport area of the given ref fully loaded?

Documentation Comment

Returns if the given ref's teleport area is fully loaded or not


Caveats


Examples

; check to see if the area the elevator teleports to is ready
bool bready = ElevatorRef.IsTeleportAreaLoaded( )

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.IsTeleportAreaLoaded()

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.