m
Move page script moved page API Model SetPosition to WoW:API Model SetPosition without leaving a redirect
(Fixed scaling issue with example script.) |
m (Move page script moved page API Model SetPosition to WoW:API Model SetPosition without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 2: | Line 2: | ||
== Syntax == | == Syntax == | ||
SetPosition( x, y, z ); | SetPosition( x, y, z ); | ||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
* x (float) - sets the x-value of the model position | |||
* y (float) - sets the y-value of the model position | |||
* z (float) - sets the z-value of the model position | |||
: positive values of x will move the model right, negative will move it left | : positive values of x will move the model right, negative will move it left | ||
| Line 19: | Line 15: | ||
=== Returns === | === Returns === | ||
* nil | |||
==Notes== | ==Notes== | ||