IsTeleportAreaLoaded - ObjectReference

From the Fallout4 CreationKit Wiki
Revision as of 19:31, 26 February 2015 by imported>Iceburg333 (Created page with "Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script Is the teleport area of the given ref fully loaded? == Syntax == <source lang="papyrus">...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]