Difference between revisions of "GetTeleportCell - ObjectReference"
Jump to navigation
Jump to search
imported>Iceburg333 |
(No difference)
|
Revision as of 19:32, 26 February 2015
Member of: ObjectReference Script
Gets the target cell for this teleport ref.
Syntax
Cell Function GetTeleportCell() native
Parameters
None.
Return Value
The target cell for this teleport ref.
Examples
;check to see if our target cell is loaded
bool bloaded = ElevatorRef.GetTeleportCell().IsLoaded()