WoW:API UnitPlayerControlled: Difference between revisions
Jump to navigation
Jump to search
(upgraded deprecated template) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Return whether the "unit" is controlled by a player or an NPC. | Return whether the "unit" is controlled by a player or an NPC. |
Revision as of 16:45, 4 December 2007
← WoW API < UnitPlayerControlled
Return whether the "unit" is controlled by a player or an NPC.
UnitIsPlayerControlled = UnitPlayerControlled("unit")
Parameters
Arguments
- ("unit")
- unit
- String - The UnitId to select as a target.
Returns
- UnitIsPlayerControlled
- UnitIsPlayerControlled
- Boolean - Returns true if the "unit" is controlled by a player.
Returns false if the "unit" is an NPC.
Example
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
DEFAULT_CHAT_FRAME:AddMessage("text",r,g,b)
- ScrollingMessageFrame:AddMessage("text",r,g,b,id)
- Valid Frame names:
DEFAULT_CHAT_FRAME
ChatFrame1 - ChatFrame7