Table of Contents

Class EventLootCrateOpened

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("loot_crate_opened")]
public class EventLootCrateOpened : GameEvent
Inheritance
EventLootCrateOpened
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

string

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController