BlzSetSpecialEffectY

Parameters
whichEffect effect
y real
comment

Sets the effect's absolute Y map position (north/south).

note

Does not apply if the effect is attached to some model's attachment point (remains 0.0).

bug

In 1.29-?? it will set the Y coordinate, but reset the X and Z to where it was spawned in.

bug

In 1.36.2 it will set the Y coordinate, but reset Z to the original spawn height of the effect (spawn height does account for terrain and walkable elevating doodads).

note

See: BlzSetSpecialEffectPosition

patch

1.29.2.9231

Source
common.j
return type
nothing
Source code
native BlzSetSpecialEffectY                        takes effect whichEffect, real y returns nothing