WoW:API InviteUnit: Difference between revisions

m
clean up using AWB
m (→‎Past changes: add note argument.)
m (clean up using AWB)
Line 11: Line 11:
=== Returns  ===
=== Returns  ===
nil  
nil  
=== Example ===  
=== Example ===


<pre> InviteUnit("Dyselon"); </pre>
<pre> InviteUnit("Dyselon"); </pre>
Line 21: Line 21:


== Past changes ==
== Past changes ==
{{patched|patch=3.0.8|note=This function originally accepted "token" as a possible argument, but was changed in the patch to accept only player names.|comment=Code should be updated to use [[API_UnitName|UnitName]]("token") instead.}}
{{Patch 3.0.8|note=This function originally accepted "token" as a possible argument, but was changed in the patch to accept only player names.|comment=Code should be updated to use [[API UnitName|UnitName]]("token") instead.}}
Anonymous user