C# Класс SpringModEdit.LuaFunctions.EchoEvent

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
color System.Drawing.Color
message string

Открытые методы

Метод Описание
EchoEvent ( string mes ) : System.Collections.Generic
EchoEvent ( string mes, Color col ) : System.Collections.Generic

Описание методов

EchoEvent() публичный Метод

public EchoEvent ( string mes ) : System.Collections.Generic
mes string
Результат System.Collections.Generic

EchoEvent() публичный Метод

public EchoEvent ( string mes, Color col ) : System.Collections.Generic
mes string
col System.Drawing.Color
Результат System.Collections.Generic

Описание свойств

color публичное свойство

public Color,System.Drawing color
Результат System.Drawing.Color

message публичное свойство

public string message
Результат string