WoW:API AddIgnore: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m ({{wowapi}}) |
||
| Line 1: | Line 1: | ||
{{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. | ||
Revision as of 12:06, 18 June 2006
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.