C# 클래스 SoloVayne.Skills.Tumble.Tumble

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

공개 프로퍼티들

프로퍼티 타입 설명
Provider TumbleLogicProvider

공개 메소드들

메소드 설명
Execute ( Obj_AI_Base target ) : void

Executes the module given a target.

ExecuteFarm ( Obj_AI_Base target ) : void

Executes the farm logic.

GetSkillMode ( ) : SkillMode

Gets the skill mode.

Tumble ( ) : System

Initializes a new instance of the Tumble class.

비공개 메소드들

메소드 설명
CastQ ( System.Vector3 Position ) : void

Casts Q (Tumble) to a specified position.

CastTumble ( System.Vector3 Position, Obj_AI_Base target ) : void

Casts Q (Tumble).

메소드 상세

Execute() 공개 메소드

Executes the module given a target.
public Execute ( Obj_AI_Base target ) : void
target Obj_AI_Base The target.
리턴 void

ExecuteFarm() 공개 메소드

Executes the farm logic.
public ExecuteFarm ( Obj_AI_Base target ) : void
target Obj_AI_Base The target.
리턴 void

GetSkillMode() 공개 메소드

Gets the skill mode.
public GetSkillMode ( ) : SkillMode
리턴 SkillMode

Tumble() 공개 메소드

Initializes a new instance of the Tumble class.
public Tumble ( ) : System
리턴 System

프로퍼티 상세

Provider 공개적으로 프로퍼티

The Tumble logic provider
public TumbleLogicProvider,SoloVayne.Skills.Tumble Provider
리턴 TumbleLogicProvider