WoW:API AcceptXPLoss: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 27: Line 27:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|AcceptXPLoss]]
[[Category:API Character Functions|AcceptXPLoss]]
[[Category:API Activity Functions|AcceptXPLoss]]

Revision as of 18:53, 27 August 2005

AcceptXPLoss -Documentation by AlexanderYoshi-

Accept the XP loss to be reborn where you stand.

AcceptXPLoss();

Arguments
none

Returns
nil

Example
AcceptXPLoss();
Result

Description
Accept the XP loss to be reborn where you stand.

Template:WoW API