WoW:API UnitExists: Difference between revisions

m
Move page script moved page API UnitExists to WoW:API UnitExists without leaving a redirect
mNo edit summary
m (Move page script moved page API UnitExists to WoW:API UnitExists without leaving a redirect)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Determines if the unit exists.
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
exists = UnitExists("unit")
== Parameters ==
=== Arguments ===
<!-- List each argument, together with its type -->
:("unit")
:;unit : String - The [[API TYPE UnitId|UnitId]] to query (e.g. "player", "party2", "pet", "target" etc.)
=== Returns ===
<!-- List each return value, together with its type -->
:;exists : 1 if the unit exists and is in the current zone, or nil if not
== Example ==
Just a simple example:
Just a simple example:


Line 15: Line 34:


----
----
--[[User:Morian|Morian]] 11:05, 20 Aug 2005 (EDT)
[[Category:API Functions|UnitExists]]
[[Category:API Unit Functions|UnitExists]]
Anonymous user