Свойство | Тип | Описание | |
---|---|---|---|
OnSelectEquipment | int>.Action | ||
OnSelectManeuver | Action |
Метод | Описание | |
---|---|---|
Draw ( ) : void | ||
Initialize ( GameMain gameMain, string &reason ) : bool | ||
LoadEquipments ( Ship shipDesign, EquipmentType equipmentType, int currentManeuver, int>.Dictionary |
||
LoadEquipments ( Ship shipDesign, EquipmentType equipmentType, int slotNum, List |
||
MouseDown ( int x, int y ) : bool | ||
MouseHover ( int x, int y, float frameDeltaTime ) : bool | ||
MouseUp ( int x, int y ) : bool |
Метод | Описание | |
---|---|---|
GetEmptyEquipment ( ) : Equipment | ||
LoadArmor ( List |
||
LoadComputers ( List |
||
LoadECM ( List |
||
LoadEngines ( List |
||
LoadShields ( List |
||
LoadSpecials ( List |
||
LoadWeapons ( List |
||
PowerRequiredForManeuver ( int maneuverAmount ) : int | ||
RefreshLabels ( ) : void | ||
SetControlsAndWindow ( ) : void | ||
SetText ( int whichRow ) : void |
public Initialize ( GameMain gameMain, string &reason ) : bool | ||
gameMain | GameMain | |
reason | string | |
Результат | bool |
public LoadEquipments ( Ship shipDesign, EquipmentType equipmentType, int currentManeuver, int>.Dictionary |
||
shipDesign | Ship | |
equipmentType | EquipmentType | |
currentManeuver | int | |
techLevels | int>.Dictionary | |
spacePerPower | float | |
costPerPower | float | |
Результат | void |
public LoadEquipments ( Ship shipDesign, EquipmentType equipmentType, int slotNum, List |
||
shipDesign | Ship | |
equipmentType | EquipmentType | |
slotNum | int | |
technologies | List |
|
techLevels | int>.Dictionary | |
spacePerPower | float | |
costPerPower | float | |
Результат | void |
public MouseHover ( int x, int y, float frameDeltaTime ) : bool | ||
x | int | |
y | int | |
frameDeltaTime | float | |
Результат | bool |