Difference between revisions of "MoveToCell"
Jump to navigation
Jump to search
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Moves the calling reference to the specified '''Cell''' or '''Worldspace''', at the specified (X, Y, Z) position. Unlike MoveTo, this...") |
imported>Jazzisparis |
||
Line 26: | Line 26: | ||
*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:05, 29 March 2017
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Moves the calling reference to the specified Cell or Worldspace, at the specified (X, Y, Z) position. Unlike MoveTo, this function does not require another object reference to mark the destination, allowing more flexibility.
Syntax
(success:0/1) reference.MoveToCell cellOrWorldspace:ref posX:float posY:float posZ:float
Example
objectRef.MoveToCell FreesideAtomicWrangler 2200 3200 13700
objectRef.MoveToCell WastelandNV -12000 98000 4300
Notes
- This function may not work as expected with some object types. Please see Notes section of MoveTo for more details.