BlzSetSpecialEffectPosition
- Parameters
-
whichEffect effect
x real
y real
z real
- comment
Changes(set) the X, Y and Z (altitude) coordinate (Cartesian System) of the current location of the special effect.
- note
Z is not relative to terrain, it is absolute.
- patch
1.29
- return type
nothing
- Source code
native BlzSetSpecialEffectPosition takes effect whichEffect, real x, real y, real z returns nothing
- Source
- effects.j
- wc3modding.com
- BlzSetSpecialEffectPosition