Table of Contents

Class EventRoundStart

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

long

Objective

public string Objective { get; set; }

Property Value

string

Timelimit

public long Timelimit { get; set; }

Property Value

long