Table of Contents

Class EventGameStart

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("game_start")]
public class EventGameStart : GameEvent
Inheritance
EventGameStart
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

long

Objective

public string Objective { get; set; }

Property Value

string

Roundslimit

public long Roundslimit { get; set; }

Property Value

long

Timelimit

public long Timelimit { get; set; }

Property Value

long