Table of Contents

Interface IChatBox

Namespace
KSP.UI
Assembly
Assembly-CSharp.dll
public interface IChatBox
Extension Methods

Properties

Messages

string[] Messages { get; }

Property Value

string[]

OnMessageAdded

Action<ChatMessageType, string> OnMessageAdded { get; set; }

Property Value

Action<ChatMessageType, string>

Methods

AddMessage(ChatMessageType, string)

void AddMessage(ChatMessageType type, string msg)

Parameters

type ChatMessageType
msg string