C# Класс spaceconquest.QueuedCommand

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
agent Unit
order Command.Action
priority int
shiptype ShipType
targetHex Hex3D

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

Метод Описание
QueuedCommand ( Command C, Galaxy g, int offset ) : System
QueuedCommand ( Ship s, Hex3D h, int offset ) : System
QueuedCommandList ( Command C, Galaxy g ) : List

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

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

public QueuedCommand ( Command C, Galaxy g, int offset ) : System
C Command
g Galaxy
offset int
Результат System

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

public QueuedCommand ( Ship s, Hex3D h, int offset ) : System
s Ship
h Hex3D
offset int
Результат System

QueuedCommandList() публичный статический Метод

public static QueuedCommandList ( Command C, Galaxy g ) : List
C Command
g Galaxy
Результат List

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

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

public Unit,spaceconquest agent
Результат Unit

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

public Command.Action order
Результат Command.Action

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

public int priority
Результат int

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

public ShipType,spaceconquest shiptype
Результат ShipType

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

public Hex3D,spaceconquest targetHex
Результат Hex3D