Skip to content
Version 2.11.0
↓ Get the launcher

WardrobeResult enumeration

Outcome of ApplyAsync / ApplyWeaponSkinAsync.

public enum WardrobeResult
name value description
Success 0 The outfit was applied (server returned ok).
InCombat 1 Refused because the player is in combat.
Rejected 2 The server rejected the apply (a non-zero game error code; see the log).
Timeout 3 The switch did not complete in time.
Cancelled 4 The switch was cancelled.
GameApiUnavailable 5 The fashion bridge is not available.
PlayerNotInWorld 6 The player is not in world.