Wikia

WoWWiki

Watchlist Recent changes

API UnitPlayerControlled

Main Menue



Return whether the "unit" is controlled by a player or an NPC.

UnitIsPlayerControlled = UnitPlayerControlled("unit")

Contents

Parameters Edit

Arguments Edit

("unit")
unit 
String - The UnitId to select as a target. Using a unit's name as the unit ID only works if the unit is a member of your party.

Returns Edit

UnitIsPlayerControlled
UnitIsPlayerControlled 
Boolean - Returns true if the "unit" is controlled by a player.
Returns false if the "unit" is an NPC.

Example Edit

if (UnitPlayerControlled("target")) then
  DEFAULT_CHAT_FRAME:AddMessage("Your selected target is a player.",1,1,0)
else
  DEFAULT_CHAT_FRAME:AddMessage("Your selected target is an NPC.",1,1,0)
end

Info Edit

DEFAULT_CHAT_FRAME:AddMessage("text",r,g,b) Edit

ScrollingMessageFrame:AddMessage("text",r,g,b,id) 
Valid Frame names:
DEFAULT_CHAT_FRAME
ChatFrame1 - ChatFrame7

Pages on WoWWiki

94,213pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
55,642photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki