WoW:API RetrieveCorpse: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Reformatted according to the current boilerplate.)
m (Move page script moved page API RetrieveCorpse to API RetrieveCorpse without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}
 


Resurrects when the player is standing near its corpse.
Resurrects when the player is standing near its corpse.
  RetrieveCorpse()
  RetrieveCorpse()


== Arguments ==
== Arguments ==
:None
:None


== Returns ==
== Returns ==
:nil
:nil


== Details ==
== Details ==
The character must be near its corpse and there must be no delay time till resurrecting.
The character must be near its corpse and there must be no delay time till resurrecting.

Latest revision as of 04:47, 15 August 2023

WoW API < RetrieveCorpse

Resurrects when the player is standing near its corpse.

RetrieveCorpse()

Arguments[edit]

None

Returns[edit]

nil

Details[edit]

The character must be near its corpse and there must be no delay time till resurrecting.