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