|
RTRT...用Jass怎么做秒动作.....
怎样用点的坐标做点```````
还有这句Jass什么意思
[codes=jass]fation PolarProjectionBJ takes location source, real dist, real angle returns location
local real x = GetLocationX(source) + dist * Cos(angle * bj_DEGTORAD)
local real y = GetLocationY(source) + dist * Sin(angle * bj_DEGTORAD)
return Location(x, y)
endfunction[/codes] |
|