C# Class SoloVayne.Skills.Tumble.Tumble

Inheritance: Skill
Afficher le fichier Open project: DZ191/LeagueSharp

Méthodes publiques

Свойство Type Description
Provider TumbleLogicProvider

Méthodes publiques

Méthode 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

Méthode 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 méthode

Executes the module given a target.
public Execute ( Obj_AI_Base target ) : void
target Obj_AI_Base The target.
Résultat void

ExecuteFarm() public méthode

Executes the farm logic.
public ExecuteFarm ( Obj_AI_Base target ) : void
target Obj_AI_Base The target.
Résultat void

GetSkillMode() public méthode

Gets the skill mode.
public GetSkillMode ( ) : SkillMode
Résultat SkillMode

Tumble() public méthode

Initializes a new instance of the Tumble class.
public Tumble ( ) : System
Résultat System

Property Details

Provider public_oe property

The Tumble logic provider
public TumbleLogicProvider,SoloVayne.Skills.Tumble Provider
Résultat TumbleLogicProvider