WoW:API AddIgnore: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API AddIgnore to API AddIgnore without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
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 27: Line 26:


: 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.
: As tested in 3.1.3, the player being ignored does not need to be online for this command to work.
 
----
{{Template:WoW API}}
[[Category:API Functions|AddIgnore]]
[[Category:API Ignore Functions|AddIgnore]]

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.