C# 클래스 DZAIO_Reborn.Helpers.SkillsHelper

파일 보기 프로젝트 열기: DZ191/LeagueSharp

공개 메소드들

메소드 설명
GetBaronReduction ( this spell, Obj_AI_Base target ) : float

Gets the baron reduction.

GetDragonReduction ( this spell, Obj_AI_Base target ) : float

Gets the dragon reduction.

IsEnabledAndReady ( this spell, ModesMenuExtensions mode ) : bool

비공개 메소드들

메소드 설명
GetStringFromMode ( ModesMenuExtensions mode ) : string

메소드 상세

GetBaronReduction() 공개 정적인 메소드

Gets the baron reduction.
public static GetBaronReduction ( this spell, Obj_AI_Base target ) : float
spell this The Spell
target Obj_AI_Base The target.
리턴 float

GetDragonReduction() 공개 정적인 메소드

Gets the dragon reduction.
public static GetDragonReduction ( this spell, Obj_AI_Base target ) : float
spell this The Spell
target Obj_AI_Base The target.
리턴 float

IsEnabledAndReady() 공개 정적인 메소드

public static IsEnabledAndReady ( this spell, ModesMenuExtensions mode ) : bool
spell this
mode ModesMenuExtensions
리턴 bool