WoW:API UnitInRaid: Difference between revisions

no edit summary
No edit summary
Line 10: Line 10:
=== Arguments ===
=== Arguments ===
<!-- List each argument, together with its type -->
<!-- List each argument, together with its type -->
:;arg1 : String - Unit who should be checked
:;arg1 : String - UnitID or unit name who should be checked


=== Returns ===
=== Returns ===
Line 19: Line 19:
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
  local TargetInRaid = UnitInRaid("target")
  local TargetInRaid = UnitInRaid("target")
local TargetInRaid = UnitInRaid("Duugu")


====Result====
====Result====
Anonymous user