Jass:SetUnitPropWindowBJ
Aus Mappedia
| Funktion: SetUnitPropWindowBJ | |
|---|---|
| Parameter: | unit real |
| Rückgabewert: | nothing |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function SetUnitPropWindowBJ takes unit whichUnit, real propWindow returns nothing local real angle = propWindow if (angle <= 0) then set angle = 1 elseif (angle >= 360) then set angle = 359 endif set angle = angle * bj_DEGTORAD call SetUnitPropWindow(whichUnit, angle) endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| unit | whichUnit | |
| real | propWindow |
