Difference between revisions of "MoveToEditorPosition"
Jump to navigation
Jump to search
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Moves the calling reference to its original location (cell & XYZ coords), where it was placed in the editor. |name = MoveToEditorPositio...") |
imported>Jazzisparis |
||
Line 10: | Line 10: | ||
*This function may not work as expected with some object types. Please see '''Notes''' section of [[MoveTo]] for more details. | *This function may not work as expected with some object types. Please see '''Notes''' section of [[MoveTo]] for more details. | ||
==See Also== | ==See Also== | ||
[[Category: | [[Category:Functions (JIP)]] | ||
[[Category: | [[Category:Misc Reference Functions (JIP)]] |
Latest revision as of 02:07, 29 March 2017
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Moves the calling reference to its original location (cell & XYZ coords), where it was placed in the editor.
Syntax
(success:0/1) reference.MoveToEditorPosition
Example
objectRef.MoveToEditorPosition
Notes
- This function may not work as expected with some object types. Please see Notes section of MoveTo for more details.