C# Class Beyond_Beyaan.Screens.EquipmentSelection

Inheritance: WindowInterface
Afficher le fichier Open project: Beyonders/Beyond-Beyaan Class Usage Examples

Méthodes publiques

Свойство Type Description
OnSelectEquipment int>.Action
OnSelectManeuver Action

Méthodes publiques

Méthode Description
Draw ( ) : void
Initialize ( GameMain gameMain, string &reason ) : bool
LoadEquipments ( Ship shipDesign, EquipmentType equipmentType, int currentManeuver, int>.Dictionary techLevels, float spacePerPower, float costPerPower ) : void
LoadEquipments ( Ship shipDesign, EquipmentType equipmentType, int slotNum, List technologies, int>.Dictionary techLevels, float spacePerPower, float costPerPower ) : void
MouseDown ( int x, int y ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
MouseUp ( int x, int y ) : bool

Private Methods

Méthode Description
GetEmptyEquipment ( ) : Equipment
LoadArmor ( List _technologies ) : void
LoadComputers ( List _technologies ) : void
LoadECM ( List _technologies ) : void
LoadEngines ( List _technologies ) : void
LoadShields ( List _technologies ) : void
LoadSpecials ( List _technologies ) : void
LoadWeapons ( List _technologies ) : void
PowerRequiredForManeuver ( int maneuverAmount ) : int
RefreshLabels ( ) : void
SetControlsAndWindow ( ) : void
SetText ( int whichRow ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( GameMain gameMain, string &reason ) : bool
gameMain GameMain
reason string
Résultat bool

LoadEquipments() public méthode

public LoadEquipments ( Ship shipDesign, EquipmentType equipmentType, int currentManeuver, int>.Dictionary techLevels, float spacePerPower, float costPerPower ) : void
shipDesign Ship
equipmentType EquipmentType
currentManeuver int
techLevels int>.Dictionary
spacePerPower float
costPerPower float
Résultat void

LoadEquipments() public méthode

public LoadEquipments ( Ship shipDesign, EquipmentType equipmentType, int slotNum, List technologies, int>.Dictionary techLevels, float spacePerPower, float costPerPower ) : void
shipDesign Ship
equipmentType EquipmentType
slotNum int
technologies List
techLevels int>.Dictionary
spacePerPower float
costPerPower float
Résultat void

MouseDown() public méthode

public MouseDown ( int x, int y ) : bool
x int
y int
Résultat bool

MouseHover() public méthode

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
Résultat bool

MouseUp() public méthode

public MouseUp ( int x, int y ) : bool
x int
y int
Résultat bool

Property Details

OnSelectEquipment public_oe property

public Action OnSelectEquipment
Résultat int>.Action

OnSelectManeuver public_oe property

public Action OnSelectManeuver
Résultat Action