Skip to content
Version 2.11.0
↓ Get the launcher

LoadoutResult enumeration

Outcome of a loadout switch requested through ILoadout.

public enum LoadoutResult
name value description
Success 0 The game accepted and applied the loadout switch.
GameApiUnavailable 1 The game-side loadout API was not resolvable (e.g. before hot-update load).
PlayerNotInWorld 2 The player is not in a state where loadouts can be switched (not in world).
InCombat 3 The game refused the switch because the player is in combat.
NoSuchLoadout 4 The requested loadout index does not correspond to a saved loadout.
Rejected 5 The game rejected the switch for another reason (e.g. profession/weapon mismatch).
Timeout 6 The switch did not complete in time.
Cancelled 7 The request was cancelled before dispatch.