C# 클래스 BattleInfoPlugin.Models.BattleResultHelper

파일 보기 프로젝트 열기: Yoctillion/BattleInfoPlugin

공개 메소드들

메소드 설명
GetEnemyHpLostPercent ( this battleData ) : double
GetFriendHpLostPercent ( this battleData ) : double
GetHpLostPercent ( this data ) : double
GetLostCount ( this data ) : int
IsInEvacuationOrTow ( this data ) : bool

메소드 상세

GetEnemyHpLostPercent() 공개 정적인 메소드

public static GetEnemyHpLostPercent ( this battleData ) : double
battleData this
리턴 double

GetFriendHpLostPercent() 공개 정적인 메소드

public static GetFriendHpLostPercent ( this battleData ) : double
battleData this
리턴 double

GetHpLostPercent() 공개 정적인 메소드

public static GetHpLostPercent ( this data ) : double
data this
리턴 double

GetLostCount() 공개 정적인 메소드

public static GetLostCount ( this data ) : int
data this
리턴 int

IsInEvacuationOrTow() 공개 정적인 메소드

public static IsInEvacuationOrTow ( this data ) : bool
data this
리턴 bool