C# 클래스 DamageLibrary, EloBuddy

DamageLibrary Class for Teemo Spells.
파일 보기 프로젝트 열기: KarmaPanda/EloBuddy 1 사용 예제들

공개 메소드들

메소드 설명
CalculateDamage ( Obj_AI_Base target, bool useQ, bool useR ) : float

Calculates and returns damage totally done to the target

비공개 메소드들

메소드 설명
QDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with Q

RDamage ( Obj_AI_Base target ) : float

Calculates the Damage Done with R

메소드 상세

CalculateDamage() 공개 정적인 메소드

Calculates and returns damage totally done to the target
public static CalculateDamage ( Obj_AI_Base target, bool useQ, bool useR ) : float
target Obj_AI_Base The Target
useQ bool Include Q in Calculations?
useR bool Include R in Calculations?
리턴 float