Table of Contents

Class EventMatchEndConditions

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

Constructors

EventMatchEndConditions(bool)

public EventMatchEndConditions(bool force)

Parameters

force bool

EventMatchEndConditions(nint)

public EventMatchEndConditions(nint pointer)

Parameters

pointer nint

Properties

Frags

public long Frags { get; set; }

Property Value

long

MaxRounds

public long MaxRounds { get; set; }

Property Value

long

Time

public long Time { get; set; }

Property Value

long

WinRounds

public long WinRounds { get; set; }

Property Value

long