WoW:API AcceptXPLoss: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No 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:57, 3 January 2006

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