SetImagePosition

Parameters
whichImage image
x real
y real
z real
comment

Sets the X/Y position of the provided image. This is the bottom left corner of the image, unless you used values form originX/Y/Z in the constructor other than 0, in which case the bottom left corner is moved further into negative X/Y/Z direction.

patch

1.18a

return type
nothing
Source code
native SetImagePosition             takes image whichImage, real x, real y, real z returns nothing
Source
common.j
wc3modding.com
SetImagePosition