C# Class Game.Commander

Afficher le fichier Open project: vs-team/casanova-mk2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Allies List
Attack System.Single
CommanderNumber System.Int32
Defense System.Single
Faction Faction
ID int
JustEntered bool
Name System.String
Production System.Single
Research System.Single
frame int

Méthodes publiques

Méthode Description
Commander ( System i, Faction f ) : Casanova.Prelude
Update ( float dt, World world ) : void

Method Details

Commander() public méthode

public Commander ( System i, Faction f ) : Casanova.Prelude
i System
f Faction
Résultat Casanova.Prelude

Update() public méthode

public Update ( float dt, World world ) : void
dt float
world World
Résultat void

Property Details

Allies public_oe property

public List Allies
Résultat List

Attack public_oe property

public Single,System Attack
Résultat System.Single

CommanderNumber public_oe property

public Int32,System CommanderNumber
Résultat System.Int32

Defense public_oe property

public Single,System Defense
Résultat System.Single

Faction public_oe property

public Faction,Game Faction
Résultat Faction

ID public_oe property

public int ID
Résultat int

JustEntered public_oe property

public bool JustEntered
Résultat bool

Name public_oe property

public String,System Name
Résultat System.String

Production public_oe property

public Single,System Production
Résultat System.Single

Research public_oe property

public Single,System Research
Résultat System.Single

frame public_oe property

public int frame
Résultat int