WoW:API GetSummonConfirmSummoner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API GetSummonConfirmSummoner to API GetSummonConfirmSummoner without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
← WoW API < GetSummonConfirmSummoner
Get the name of the unit which initiated the players summon.
playerName = GetSummonConfirmSummoner()
Returns[edit]
- playerName
- String - Name of the player summoning you, or nil if no summon is currently pending.
Details[edit]
The function returns correct results after the CONFIRM_SUMMON event.