Table of Contents

Class CommandData

Namespace
CounterStrikeSharp.API.Modules.Admin
Assembly
CounterStrikeSharp.API.dll
public class CommandData
Inheritance
CommandData

Properties

CheckType

[JsonPropertyName("check_type")]
public required string CheckType { get; init; }

Property Value

string

Enabled

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool

Flags

[JsonPropertyName("flags")]
public required HashSet<string> Flags { get; init; }

Property Value

HashSet<string>