WoW:API AddIgnore: Difference between revisions
Jump to navigation
Jump to search
AddIgnore -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
| Line 30: | Line 30: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|AddIgnore]] | |||
[[Category:API Ignore Functions|AddIgnore]] | |||
Revision as of 18:20, 29 August 2005
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.