WoW:API AddIgnore: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated detail with new info)
m (Move page script moved page API AddIgnore to API AddIgnore without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < AddIgnore

Adds a player to your ignore list.

AddIgnore(playerName);

Arguments
(String playerName)
playerName
The name of the player you would like to add to your ignore list

Returns
nil

Example
AddIgnore("alexyoshi");
Result

Description
Adds the specified playerName to your ignore list.
As tested in 3.1.3, the player being ignored does not need to be online for this command to work.