Class EventRoundStart
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
[EventName("round_start")]
public class EventRoundStart : GameEvent
- Inheritance
-
objectEventRoundStart
- Inherited Members
Constructors
EventRoundStart(bool)
public EventRoundStart(bool force)
Parameters
force
bool
EventRoundStart(nint)
public EventRoundStart(nint pointer)
Parameters
pointer
nint
Properties
Fraglimit
public long Fraglimit { get; set; }
Property Value
Objective
public string Objective { get; set; }
Property Value
Timelimit
public long Timelimit { get; set; }