Class EventLootCrateOpened
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("loot_crate_opened")]
public class EventLootCrateOpened : GameEvent
- Inheritance
-
objectEventLootCrateOpened
- Inherited Members
Constructors
EventLootCrateOpened(bool)
public EventLootCrateOpened(bool force)
Parameters
force
bool
EventLootCrateOpened(nint)
public EventLootCrateOpened(nint pointer)
Parameters
pointer
nint
Properties
Type
public string Type { get; set; }
Property Value
Userid
public CCSPlayerController? Userid { get; set; }