MoveToEditorPosition

From the Fallout3 GECK Wiki
Revision as of 18:53, 6 December 2015 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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

[help]
(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.

See Also