WoW:API RetrieveCorpse: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(upgraded deprecated template)
(Reformatted according to the current boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{stub/api}}


This is equivalent to clicking "Accept" to resurrect while standing near your corpse.


NB: This will also work when your corpse doesn't appear and you have no Accept button to click. A real life saver. (Or at least time saver!)
Resurrects when the player is standing near its corpse.
RetrieveCorpse()
 
 
== Arguments ==
:None
 
 
== Returns ==
:nil
 
 
== Details ==
 
The character must be near its corpse and there must be no delay time till resurrecting.

Revision as of 14:42, 12 June 2007

WoW API < RetrieveCorpse


Resurrects when the player is standing near its corpse.

RetrieveCorpse()


Arguments

None


Returns

nil


Details

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