Skip to content
Version 2.11.0
↓ Get the launcher

ILoadout.ApplyAsync method

Triggers the game’s native switch to the loadout identified by index.

public Task<LoadoutResult> ApplyAsync(int index, CancellationToken ct = default)
parameter description
index A Index value.
ct Cancels the request before dispatch.

The game’s outcome for the switch.