C# Класс Pluton.Rust.Events.ServerConsoleEvent

Наследование: Core.Event
Показать файл Открыть проект

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

Свойство Тип Описание
Args List
Cmd string
Reply string
_args ConsoleSystem.Arg

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

Метод Описание
ReplyWith ( string reply ) : void
ServerConsoleEvent ( ConsoleSystem args, string rconCmd ) : Core

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

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

public ReplyWith ( string reply ) : void
reply string
Результат void

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

public ServerConsoleEvent ( ConsoleSystem args, string rconCmd ) : Core
args ConsoleSystem
rconCmd string
Результат Core

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

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

public List Args
Результат List

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

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

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

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

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

public ConsoleSystem.Arg _args
Результат ConsoleSystem.Arg