Table of Contents

Class LoadoutCreated

Namespace
Uncreated.Warfare.Events.Models.Kits
Assembly
Uncreated.Warfare.dll

Invoked after a new loadout kit is created.

[EventModel(EventSynchronizationContext.Pure)]
public class LoadoutCreated : KitCreated
Inheritance
LoadoutCreated
Inherited Members

Properties

LoadoutId

The one-based ID of the loadout determining it's kit ID letter.

public required int LoadoutId { get; init; }

Property Value

int

Player

The player the loadout was created for.

public required CSteamID Player { get; init; }

Property Value

CSteamID