WoW:API AddIgnore

From AddOn Studio
Revision as of 18:20, 29 August 2005 by WoWWiki>Inglais
Jump to navigation Jump to search
AddIgnore -Documentation by AlexanderYoshi-

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.

Template:WoW API