C# Class spaceconquest.QueuedCommand

Show file Open project: cclay/spaceconquest Class Usage Examples

Public Properties

Property Type Description
agent Unit
order Command.Action
priority int
shiptype ShipType
targetHex Hex3D

Public Methods

Method 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 method

public QueuedCommand ( Command C, Galaxy g, int offset ) : System
C Command
g Galaxy
offset int
return System

QueuedCommand() public method

public QueuedCommand ( Ship s, Hex3D h, int offset ) : System
s Ship
h Hex3D
offset int
return System

QueuedCommandList() public static method

public static QueuedCommandList ( Command C, Galaxy g ) : List
C Command
g Galaxy
return List

Property Details

agent public property

public Unit,spaceconquest agent
return Unit

order public property

public Command.Action order
return Command.Action

priority public property

public int priority
return int

shiptype public property

public ShipType,spaceconquest shiptype
return ShipType

targetHex public property

public Hex3D,spaceconquest targetHex
return Hex3D