![]() |
This is no longer a part of the World of Warcraft API.
|
![]() |
This API no longer exists on any flavor of the game. |
Returns the total cost and amount of (de)transmogrifications.
cost, numChanges = C_Transmog.GetCost()
Returns
- cost
- number - Total cost in coppers
- numChanges
- number - Amount of pending changes. This includes detransmogrifications
Example
- Two items to be transmogrified
/dump GetTransmogrifyCost() => 376753, 2
- Two items to be detransmogrified
/dump GetTransmogrifyCost() => 0, 2
Patch changes
Patch 7.0.3 (2016-07-19): Moved from GetTransmogrifyCost to C_Transmog.GetCost.