IsTeleportAreaLoaded - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Is the teleport area of the given ref fully loaded?

Syntax[edit | edit source]

bool Function IsTeleportAreaLoaded() native

Parameters[edit | edit source]

Return Value[edit | edit source]

True if all cells in the area the ref teleports to have loaded and are no longer waiting on any 3D. False otherwise.

Examples[edit | edit source]

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

See Also[edit | edit source]