WoW:API AddOrDelIgnore: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API AddOrDelIgnore to API AddOrDelIgnore without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Seems to be straight forwards AddOrDelIgnore(PlayerName)
{{wowapi}} __NOTOC__


Like


/script AddOrDelIgnore("Thundgot")
Adds or removes a player to/from the ignore list.
AddOrDelIgnore("[[PlayerName|playerName]]")


Player must be online for it to work alas.


[[Category:API Functions|AddOrDelIgnore]]
== Arguments ==
[[Category:API Ignore Functions|AddOrDelIgnore]]
:; playerName : String - The name of the player to add or remove
 
 
== Returns ==
:nil
 
 
== Details ==
The player must be online for it to work.

Latest revision as of 04:45, 15 August 2023

WoW API < AddOrDelIgnore


Adds or removes a player to/from the ignore list.

AddOrDelIgnore("playerName")


Arguments[edit]

playerName
String - The name of the player to add or remove


Returns[edit]

nil


Details[edit]

The player must be online for it to work.