The search keyword must be a single word (no spaces).
Type attacktype
- Ancestor type
- handle
- Children type(s)
- None
- Location
- common.j line 90
- Preview
90 type attacktype extends handle
Functions that take this type as parameter
common.j
- UnitDamagePoint: UnitDamagePoint(unit whichUnit, real delay, real radius, real x, real y, real amount, boolean attack, boolean ranged, attacktype attackType, damagetype damageType, weapontype weaponType) returns boolean
- UnitDamageTarget: UnitDamageTarget(unit whichUnit, widget target, real amount, boolean attack, boolean ranged, attacktype attackType, damagetype damageType, weapontype weaponType) returns boolean
- BlzSetEventAttackType: BlzSetEventAttackType(attacktype attackType) returns boolean
blizzard.j
- UnitDamagePointLoc: UnitDamagePointLoc(unit whichUnit, real delay, real radius, location loc, real amount, attacktype whichAttack, damagetype whichDamage) returns boolean
- UnitDamageTargetBJ: UnitDamageTargetBJ(unit whichUnit, unit target, real amount, attacktype whichAttack, damagetype whichDamage) returns boolean
Functions that return this type
common.j
- ConvertAttackType: ConvertAttackType(integer i) returns attacktype
- BlzGetEventAttackType: BlzGetEventAttackType(nothing) returns attacktype