Table of Contents

Class ChatMenu

Namespace
CounterStrikeSharp.API.Modules.Menu
Assembly
CounterStrikeSharp.API.dll
public class ChatMenu : BaseMenu, IMenu
Inheritance
ChatMenu
Implements
Inherited Members

Constructors

ChatMenu(string)

public ChatMenu(string title)

Parameters

title string

Properties

CloseColor

public char CloseColor { get; set; }

Property Value

char

DisabledColor

public char DisabledColor { get; set; }

Property Value

char

EnabledColor

public char EnabledColor { get; set; }

Property Value

char

NextPageColor

public char NextPageColor { get; set; }

Property Value

char

PrevPageColor

public char PrevPageColor { get; set; }

Property Value

char

TitleColor

public char TitleColor { get; set; }

Property Value

char

Methods

Open(CCSPlayerController)

public override void Open(CCSPlayerController player)

Parameters

player CCSPlayerController