C# Class Game.AttackingShip

Mostra file Open project: vs-team/casanova-mk2

Public Properties

Property Type Description
BaseShip Ship
ID int
JustEntered bool
Strength System.Single
Target Planet
___res100 System.String
___ships_to_add00 System.Int32
frame int

Public Methods

Method Description
AttackingShip ( Ship baseship, Planet target ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Rule1 ( float dt, World world ) : void
Rule2 ( float dt, World world ) : void
Update ( float dt, World world ) : void

Method Details

AttackingShip() public method

public AttackingShip ( Ship baseship, Planet target ) : Casanova.Prelude
baseship Ship
target Planet
return Casanova.Prelude

Rule0() public method

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

Rule1() public method

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

Rule2() public method

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

Update() public method

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

Property Details

BaseShip public_oe property

public Ship BaseShip
return Ship

ID public_oe property

public int ID
return int

JustEntered public_oe property

public bool JustEntered
return bool

Strength public_oe property

public Single,System Strength
return System.Single

Target public_oe property

public Planet,Game Target
return Planet

___res100 public_oe property

public String,System ___res100
return System.String

___ships_to_add00 public_oe property

public Int32,System ___ships_to_add00
return System.Int32

frame public_oe property

public int frame
return int