WoW API: GetSummonConfirmSummoner
← WoW API < GetSummonConfirmSummoner
Get the name of the unit which initiated the players summon.
playerName = GetSummonConfirmSummoner()
ReturnsEdit
- playerName
- String - Name of the player summoning you, or nil if no summon is currently pending.
DetailsEdit
The function returns correct results after the CONFIRM_SUMMON event.