C# Class BattleInfoPlugin.Models.BattleResultHelper

Afficher le fichier Open project: Yoctillion/BattleInfoPlugin

Méthodes publiques

Méthode Description
GetEnemyHpLostPercent ( this battleData ) : double
GetFriendHpLostPercent ( this battleData ) : double
GetHpLostPercent ( this data ) : double
GetLostCount ( this data ) : int
IsInEvacuationOrTow ( this data ) : bool

Method Details

GetEnemyHpLostPercent() public static méthode

public static GetEnemyHpLostPercent ( this battleData ) : double
battleData this
Résultat double

GetFriendHpLostPercent() public static méthode

public static GetFriendHpLostPercent ( this battleData ) : double
battleData this
Résultat double

GetHpLostPercent() public static méthode

public static GetHpLostPercent ( this data ) : double
data this
Résultat double

GetLostCount() public static méthode

public static GetLostCount ( this data ) : int
data this
Résultat int

IsInEvacuationOrTow() public static méthode

public static IsInEvacuationOrTow ( this data ) : bool
data this
Résultat bool