WoW:API DelIgnore: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API DelIgnore to API DelIgnore without leaving a redirect)
 
(No difference)

Latest revision as of 04:45, 15 August 2023

WoW API < DelIgnore

Remove a player from your ignore list.

DelIgnore(playerName);

Arguments
(String playerName)
playerName
The name of the player you would like to remove from your ignore list

Returns
nil

Example
DelIgnore("Rebelsham");
Result

Description
Remove the specified playerName from your ignore list.