Table of Contents

Class EventExitBuyzone

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

Constructors

EventExitBuyzone(bool)

public EventExitBuyzone(bool force)

Parameters

force bool

EventExitBuyzone(nint)

public EventExitBuyzone(nint pointer)

Parameters

pointer nint

Properties

Canbuy

public bool Canbuy { get; set; }

Property Value

bool

Userid

public CCSPlayerController? Userid { get; set; }

Property Value

CCSPlayerController