Difference between revisions of "SetAtStart"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
 
imported>DragoonWraith
(note - it doesn't work)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Deprecated Functions|CS1.0}}
'''Syntax:'''
'''Syntax:'''
  SetAtStart  
  SetAtStart  


This resets the object to its original location and rotation.  
This theoretically resets the object to its original location and rotation.


 
It does not actually work, however. If necessary, such a reset could be achieved with [[MoveTo]] and/or [[SetPos]]
 
[[Category: Functions]]
[[Category: Movement Functions]]

Latest revision as of 10:19, 17 September 2008



Syntax:

SetAtStart 

This theoretically resets the object to its original location and rotation.

It does not actually work, however. If necessary, such a reset could be achieved with MoveTo and/or SetPos