C# Class KCB2.BattleResult.Result.FleetState.ShipState

艦娘情報
Afficher le fichier Open project: walkure/KCBr Class Usage Examples

Méthodes publiques

Méthode Description
AddDamage ( double ddamage ) : bool

ダメージ加算

Initialize ( int ship_id, int ship_name_id, string ship_name, int ship_type, int max_hp, int now_hp ) : void

初期化

ShipState ( ) : System
ShipState ( ShipState orig ) : System
ToString ( ) : string

Method Details

AddDamage() public méthode

ダメージ加算
public AddDamage ( double ddamage ) : bool
ddamage double
Résultat bool

Initialize() public méthode

初期化
public Initialize ( int ship_id, int ship_name_id, string ship_name, int ship_type, int max_hp, int now_hp ) : void
ship_id int 艦娘UID(敵の場合は-1)
ship_name_id int 艦船ID(存在しない場合は-1)
ship_name string
ship_type int
max_hp int 艦娘の最大HP
now_hp int 戦闘開始時HP
Résultat void

ShipState() public méthode

public ShipState ( ) : System
Résultat System

ShipState() public méthode

public ShipState ( ShipState orig ) : System
orig ShipState
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string