WoW:API GetSummonConfirmSummoner: Difference between revisions
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 | ;playerName : String - Unit name or nil. | ||
== Details == | == Details == | ||
The | 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.