"arg1" -> "unitId"
No edit summary |
("arg1" -> "unitId") |
||
| Line 5: | Line 5: | ||
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> | ||
isTrue = UnitPlayerOrPetInRaid(" | isTrue = UnitPlayerOrPetInRaid("unit") | ||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
<!-- List each argument, together with its type --> | <!-- List each argument, together with its type --> | ||
:; | :;"unit" : String - [[unitId]] who should be checked | ||
=== Returns === | === Returns === | ||