Difference between revisions of "NiAVObjectSetLocalTransform"

Jump to navigation Jump to search
→‎Notes: Rotation -> Transform
imported>DragoonWraith
(18 arguments in this one.)
imported>DragoonWraith
(→‎Notes: Rotation -> Transform)
Line 15: Line 15:


== Notes ==
== Notes ==
* Because OBSE Plug-Ins cannot currently accept arrays as arguments, <tt>NiAVObjectSetLocalRotation</tt>, as it would properly exist, cannot be implemented. <tt>NiAVObjectSetLocalRotationTEMP</tt> is provided as an alternative; it will be deprecated in favor of <tt>NiAVObjectSetLocalRotation</tt> when OBSE adds the ability to take array arguments, but backwards compatibility will be maintained.
* Because OBSE Plug-Ins cannot currently accept arrays as arguments, <tt>NiAVObjectSetLocalTransform</tt>, as it would properly exist, cannot be implemented. <tt>NiAVObjectSetLocalTransformTEMP</tt> is provided as an alternative; it will be deprecated in favor of <tt>NiAVObjectSetLocalTransform</tt> when OBSE adds the ability to take array arguments, but backwards compatibility will be maintained.
** Due to Wiki software limitations, the syntax for <tt>NiAVObjectSetLocalRotationTEMP</tt> cannot be written on one line. Furthermore, it would be hideous to attempt to read that way in any case. However, the CS '''requires''' that all 18 arguments appear on a single line.
** Due to Wiki software limitations, the syntax for <tt>NiAVObjectSetLocalTransformTEMP</tt> cannot be written on one line. Furthermore, it would be hideous to attempt to read that way in any case. However, the CS '''requires''' that all 18 arguments appear on a single line.


== See Also ==
== See Also ==

Navigation menu