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. |
Return Value
Section titled “Return Value”The game’s outcome for the switch.
See Also
Section titled “See Also”- enum LoadoutResult
- interface ILoadout
- namespace Stellar.Abstractions.Services