BlzSetSpecialEffectYaw
- Parameters
-
whichEffect effect
yaw real
In radian (1*π is a 180° rotation) - rotation around Z-axis, like a unit
- comment
Rotates the model around the Z-axis (like rotating a unit).
- note
Does not apply if the effect is attached to some model's attachment point (remains 0.0).
- note
See:
BlzSetSpecialEffectOrientation
,BlzSetSpecialEffectPitch
,BlzSetSpecialEffectRoll
- patch
1.29.2.9231
- Source
- common.j
- return type
nothing
- Source code
native BlzSetSpecialEffectYaw takes effect whichEffect, real yaw returns nothing