C# Class spaceconquest.QueuedCommand

Afficher le fichier Open project: cclay/spaceconquest Class Usage Examples

Méthodes publiques

Свойство Type Description
agent Unit
order Command.Action
priority int
shiptype ShipType
targetHex Hex3D

Méthodes publiques

Méthode Description
QueuedCommand ( Command C, Galaxy g, int offset ) : System
QueuedCommand ( Ship s, Hex3D h, int offset ) : System
QueuedCommandList ( Command C, Galaxy g ) : List

Method Details

QueuedCommand() public méthode

public QueuedCommand ( Command C, Galaxy g, int offset ) : System
C Command
g Galaxy
offset int
Résultat System

QueuedCommand() public méthode

public QueuedCommand ( Ship s, Hex3D h, int offset ) : System
s Ship
h Hex3D
offset int
Résultat System

QueuedCommandList() public static méthode

public static QueuedCommandList ( Command C, Galaxy g ) : List
C Command
g Galaxy
Résultat List

Property Details

agent public_oe property

public Unit,spaceconquest agent
Résultat Unit

order public_oe property

public Command.Action order
Résultat Command.Action

priority public_oe property

public int priority
Résultat int

shiptype public_oe property

public ShipType,spaceconquest shiptype
Résultat ShipType

targetHex public_oe property

public Hex3D,spaceconquest targetHex
Résultat Hex3D