WoW:API GetSummonConfirmSummoner: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added doucumentation for this API where no page existed before)
 
No edit summary
Line 7: Line 7:


== Returns ==
== Returns ==
;playerName : String - Unit's name in English or nil.
;playerName : String - Unit name or nil.


== Details ==
== Details ==
The functon returns correct results after the  CONFIRM_SUMMON event.
The function returns correct results after the  CONFIRM_SUMMON event.

Revision as of 18:47, 3 May 2010

WoW API < GetSummonConfirmSummoner

Get the name of the unit which initiated the players summon.

playerName = GetSummonConfirmSummoner()

Arguments

none

Returns

playerName
String - Unit name or nil.

Details

The function returns correct results after the CONFIRM_SUMMON event.