C# Class Game.Commander

Mostra file Open project: vs-team/casanova-mk2 Class Usage Examples

Public Properties

Property 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

Public Methods

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

Method Details

Commander() public method

public Commander ( System i, Faction f ) : Casanova.Prelude
i System
f Faction
return Casanova.Prelude

Update() public method

public Update ( float dt, World world ) : void
dt float
world World
return void

Property Details

Allies public_oe property

public List Allies
return List

Attack public_oe property

public Single,System Attack
return System.Single

CommanderNumber public_oe property

public Int32,System CommanderNumber
return System.Int32

Defense public_oe property

public Single,System Defense
return System.Single

Faction public_oe property

public Faction,Game Faction
return Faction

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

Name public_oe property

public String,System Name
return System.String

Production public_oe property

public Single,System Production
return System.Single

Research public_oe property

public Single,System Research
return System.Single

frame public_oe property

public int frame
return int