C# Class SoloVayne.Skills.Tumble.Tumble

Inheritance: Skill
Show file Open project: DZ191/LeagueSharp

Public Properties

Property Type Description
Provider TumbleLogicProvider

Public Methods

Method Description
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.

Private Methods

Method Description
CastQ ( System.Vector3 Position ) : void

Casts Q (Tumble) to a specified position.

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

Casts Q (Tumble).

Method Details

Execute() public method

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

ExecuteFarm() public method

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

GetSkillMode() public method

Gets the skill mode.
public GetSkillMode ( ) : SkillMode
return SkillMode

Tumble() public method

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

Property Details

Provider public property

The Tumble logic provider
public TumbleLogicProvider,SoloVayne.Skills.Tumble Provider
return TumbleLogicProvider