IsTeleportAreaLoaded - ObjectReference

Revision as of 20: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)

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