|
发表于 2009-3-13 18:52:03
|
显示全部楼层
[jass]native SetUnitFacing takes unit whichUnit, real facingAngle returns nothing[/jass]
以上是 单位 - 设置单位面向角度(立即) [R]
[jass]native SetUnitFacingTimed takes unit whichUnit, real facingAngle, real duration returns nothing[/jass]
以上是 单位 - 设置单位面向角度(指定时间)
这两个均有延迟...大概在0.01秒到0.02秒左右,不要小看这一点延迟...在做某些东西时会很讨厌
所以...
求一个能立即改变单位面向角度的方法,要真正立即的... |
|