WoW:API AddIgnore: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''AddIgnore''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Adds a player to your ignore list.
Adds a player to your ignore list.


Line 28: Line 27:
: Adds the specified playerName to your ignore list.
: Adds the specified playerName to your ignore list.
:The player being ignored needs to be online for this command to work.
:The player being ignored needs to be online for this command to work.
----
{{Template:WoW API}}

Revision as of 12:06, 18 June 2006

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.
The player being ignored needs to be online for this command to work.