C# 클래스 spaceconquest.QueuedCommand

파일 보기 프로젝트 열기: cclay/spaceconquest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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