The search keyword must be a single word (no spaces).
Function UnitSetUpgradeProgress
- Line
- 3056
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- unit whichUnit, integer upgradePercentage
- Returns
- nothing
| 3056 | native UnitSetUpgradeProgress takes unit whichUnit, integer upgradePercentage returns nothing |
| 3057 | native UnitPauseTimedLife takes unit whichUnit, boolean flag returns nothing |
| 3058 | native UnitSetUsesAltIcon takes unit whichUnit, boolean flag returns nothing |
| 3059 | |
| 3060 | native UnitDamagePoint takes unit whichUnit, real delay, real radius, real x, real y, real amount, boolean attack, boolean ranged, attacktype attackType, damagetype damageType, weapontype weaponType returns boolean |
| 3061 | native UnitDamageTarget takes unit whichUnit, widget target, real amount, boolean attack, boolean ranged, attacktype attackType, damagetype damageType, weapontype weaponType returns boolean |