Table of Contents

Class EventLootCrateVisible

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("loot_crate_visible")]
public class EventLootCrateVisible : GameEvent
Inheritance
EventLootCrateVisible
Inherited Members

Constructors

EventLootCrateVisible(bool)

public EventLootCrateVisible(bool force)

Parameters

force bool

EventLootCrateVisible(nint)

public EventLootCrateVisible(nint pointer)

Parameters

pointer nint

Properties

Subject

public int Subject { get; set; }

Property Value

int

Type

public string Type { get; set; }

Property Value

string

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController