Difference between revisions of "GetDoorTeleportRot"

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)
 
(2 intermediate revisions 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]]
* [[GetDoorTeleportY ]]
* [[GetDoorTeleportZ]]
* [[: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:04, 9 March 2013

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

A function added by the Oblivion Script Extender.

Syntax:

(coord:float) reference.GetDoorTeleportRot

Returns the rotation to which the calling door teleports. This is the angle the player will be facing after activatingthe load door.


See Also