m
no edit summary
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<center>'''UnitCanAttack''' ''-Documentation by [[user:danboo|danboo]]-''</center> | <center>'''UnitCanAttack''' ''-Documentation by [[user:danboo|danboo]]-''</center> | ||
Returns | Returns 1 if the first unit can attack the second, nil otherwise. | ||
UnitCanAttack(attacker, attacked); | UnitCanAttack(attacker, attacked); | ||
| Line 16: | Line 16: | ||
;''Returns'' | ;''Returns'' | ||
: | :1 if the <tt>attacker</tt> can attack the <tt>attacked</tt>, nil otherwise | ||
---- | ---- | ||
| Line 34: | Line 33: | ||
;''Description'' | ;''Description'' | ||
: Returns | : Returns 1 if the first unit can attack the second, nil otherwise. | ||
---- | ---- | ||
{{WoW API}} | {{WoW API}} | ||