WoW:API PetCanBeRenamed
Jump to navigation
Jump to search
Retuns true if the pet can be renamed.
canRename = PetCanBeRenamed();
- Arguments
- none
- Returns
- canRename
- canRename
- Boolean - true if the player's pet can be renamed.
- Example
if ( PetCanBeRenamed() ) then PetRename("Fuzzy Wuzzy"); end
- Result
true | false
- Description
- Retuns true if the pet can be renamed.