BlzSetSpecialEffectPositionLoc
- Parameters
whichEffect effect
loc location
- comment
Sets the effect's absolute X and Y map position based on given location.
- note
Does not apply if the effect is attached to some model's attachment point (remains 0.0).
- bug
In 1.36.2 (and earlier?) it will set the X and Y coordinates, 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 (suggest an edit or discuss on Github)
- return type
nothing
- Source code
native BlzSetSpecialEffectPositionLoc takes effect whichEffect, location loc returns nothing