C_Transmog .SetPending
Jump to navigation
Jump to search
Applies a pending transmog choice to the given TransmogLocation slot.
C_Transmog.SetPending(transmogLocation, pendingInfo)
Arguments
- transmogLocation
- TransmogLocationMixinđ
- pendingInfo
- TransmogPendingInfoMixinđ
Patch changes
Patch 9.1.0 (2021-06-29): Replaced
transmogID, categoryID
arguments withpendingInfo
Patch 9.0.1 (2020-10-13): Replaced
slotID, transmogType
arguments withtransmogLocation
Patch 7.0.3 (2016-07-19): Added.