IWardrobe.ApplyAsync method
Apply outfit (region→fashionId; 0 clears a region) via the game’s FashionWear RPC. The game toasts its own success/error; the result reflects the RPC outcome. Only one apply may be in flight at a time.
public Task<WardrobeResult> ApplyAsync(IReadOnlyDictionary<int, int> outfit, CancellationToken ct = default)| parameter | description |
|---|---|
| outfit | Region→fashionId map to send. |
| ct | Cancellation token. |
Return Value
Section titled “Return Value”The outcome of the switch.
See Also
Section titled “See Also”- enum WardrobeResult
- interface IWardrobe
- namespace Stellar.Abstractions.Services