WoW:API AddIgnore: Difference between revisions
Jump to navigation
Jump to search
m ({{wowapi}}) |
m (Move page script moved page API AddIgnore to API AddIgnore without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 26: | Line 26: | ||
: Adds the specified playerName to your ignore list. | : 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. | ||
Latest revision as of 04:45, 15 August 2023
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.