WoW:API UnitPlayerOrPetInRaid: Difference between revisions

"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("arg1")
  isTrue = UnitPlayerOrPetInRaid("unit")


== Parameters ==
== Parameters ==
=== Arguments ===
=== Arguments ===
<!-- List each argument, together with its type -->
<!-- List each argument, together with its type -->
:;arg1 : String - Unit who should be checked
:;"unit" : String - [[unitId]] who should be checked


=== Returns ===
=== Returns ===
Anonymous user