Class EventMatchEndConditions
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("match_end_conditions")]
public class EventMatchEndConditions : GameEvent
- Inheritance
-
objectEventMatchEndConditions
- 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
MaxRounds
public long MaxRounds { get; set; }
Property Value
Time
public long Time { get; set; }
Property Value
WinRounds
public long WinRounds { get; set; }