C# Класс RPG.EventCommand

Data class for the Event command.
Показать файл Открыть проект

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

Метод Описание
EventCommand ( ) : System.Collections.Generic

Creates a new instance of an RPG.EventCommand.

EventCommand ( int code ) : System.Collections.Generic

Creates a new instance of an RPG.EventCommand.

EventCommand ( int code, int indent ) : System.Collections.Generic

Creates a new instance of an RPG.EventCommand.

EventCommand ( int code, int indent, List parameters ) : System.Collections.Generic

Creates a new instance of an RPG.EventCommand.

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

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

Creates a new instance of an RPG.EventCommand.
public EventCommand ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

Creates a new instance of an RPG.EventCommand.
public EventCommand ( int code ) : System.Collections.Generic
code int The event code.
Результат System.Collections.Generic

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

Creates a new instance of an RPG.EventCommand.
public EventCommand ( int code, int indent ) : System.Collections.Generic
code int The event code.
indent int The indent depth.
Результат System.Collections.Generic

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

Creates a new instance of an RPG.EventCommand.
public EventCommand ( int code, int indent, List parameters ) : System.Collections.Generic
code int The event code.
indent int The indent depth.
parameters List Command arguments.
Результат System.Collections.Generic