IsTeleportAreaLoaded - ObjectReference

Member of: ObjectReference Script

Is the teleport area of the given ref fully loaded?

SyntaxEdit

bool Function IsTeleportAreaLoaded() native

ParametersEdit

Return ValueEdit

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

ExamplesEdit

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

See AlsoEdit