BlzSetSpecialEffectOrientation
- Parameters
-
whichEffect effect
yaw real
pitch real
roll real
- comment
Changes(set) the yaw, pitch and roll of the passed special effect.
Yaw, pitch and roll are reals, which means that they can be both negative and positive numbers with decimals.
- patch
1.29
- return type
nothing
- Source code
native BlzSetSpecialEffectOrientation takes effect whichEffect, real yaw, real pitch, real roll returns nothing
- Source
- effects.j
- wc3modding.com
- BlzSetSpecialEffectOrientation