Table of Contents

Class EventServerCvar

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
[EventName("server_cvar")]
public class EventServerCvar : GameEvent
Inheritance
EventServerCvar
Inherited Members

Constructors

EventServerCvar(bool)

public EventServerCvar(bool force)

Parameters

force bool

EventServerCvar(nint)

public EventServerCvar(nint pointer)

Parameters

pointer nint

Properties

Cvarname

public string Cvarname { get; set; }

Property Value

string

Cvarvalue

public string Cvarvalue { get; set; }

Property Value

string