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 height (relative to terrain and walkable elevating doodads) the effect was spawned at.
- note
See:
BlzSetSpecialEffectPosition
- patch
1.29.2.9231
- Source
- common.j
- return type
nothing
- Source code
native BlzSetSpecialEffectPositionLoc takes effect whichEffect, location loc returns nothing