Difference between revisions of "GetDoorTeleportY"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>QQuix
(Added "Door functions" to categories and see also)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{BotAddedPage|CSbot|DragoonWraith}}
{{Function
{{Function
  | origin = OBSE
  | origin = OBSE
Line 8: Line 7:
  | referenceType = reference
  | referenceType = reference
}}
}}
==See Also==
* [[SetDoorTeleport]]
* [[GetDoorTeleportX]]
* [[GetDoorTeleportZ]]
* [[GetDoorTeleportRot]]
* [[:Category:Door Functions|Door Functions]]


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (OBSE)]]
[[Category:Functions (OBSE)]]
[[Category:Functions (OBSE v0018)]]
[[Category:Functions (OBSE v0018)]]
[[Category:Door Functions (OBSE)]]
[[Category:Door Functions]]

Latest revision as of 07:06, 9 March 2013

< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(coord:float) reference.GetDoorTeleportY

Returns the y coordinate to which the calling door teleports.


See Also