Class LoadoutLockChanged
Invoked after a loadout is locked or unlocked.
[EventModel(EventSynchronizationContext.Pure)]
public class LoadoutLockChanged : KitUpdated
- Inheritance
-
LoadoutLockChanged
- Inherited Members
Properties
Admin
The admin that locked or unlocked the loadout.
public required CSteamID Admin { get; init; }
Property Value
- CSteamID
IsLocked
The current lock state.
public bool IsLocked { get; }
Property Value
Player
The player the loadout was created for.
public required CSteamID Player { get; init; }
Property Value
- CSteamID
WasLocked
The previous lock state.
public bool WasLocked { get; }