C# Class BattleInfoPlugin.Models.BattleResultHelper

Show file Open project: Yoctillion/BattleInfoPlugin

Public Methods

Method 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 method

public static GetEnemyHpLostPercent ( this battleData ) : double
battleData this
return double

GetFriendHpLostPercent() public static method

public static GetFriendHpLostPercent ( this battleData ) : double
battleData this
return double

GetHpLostPercent() public static method

public static GetHpLostPercent ( this data ) : double
data this
return double

GetLostCount() public static method

public static GetLostCount ( this data ) : int
data this
return int

IsInEvacuationOrTow() public static method

public static IsInEvacuationOrTow ( this data ) : bool
data this
return bool