C# Class Auto_Carry_Vayne.Variables

Show file Open project: Kysamaa/EloBuddy

Public Properties

Property Type Description
AbilitySequence int[]
Activator bool
Combo bool
Condemn bool
Draw bool
EndPosition System.Vector3
FlashSlot SpellSlot
Flee bool
Harass bool
JC bool
LC bool
Misc bool
QOff int
bought bool
currentSkin int
lastaa float
moduleList List
ticks int

Public Methods

Method Description
IsJ4Flag ( System.Vector3 endPosition, Obj_AI_Base target ) : bool
IsValidTargetEx ( this unit, float range, bool checkTeam = true, System.Vector3 from = default(Vector3) ) : bool
ThreshInGame ( ) : bool
UltActive ( ) : bool
UnderEnemyTower ( System.Vector2 pos ) : bool

Method Details

IsJ4Flag() public static method

public static IsJ4Flag ( System.Vector3 endPosition, Obj_AI_Base target ) : bool
endPosition System.Vector3
target Obj_AI_Base
return bool

IsValidTargetEx() public static method

public static IsValidTargetEx ( this unit, float range, bool checkTeam = true, System.Vector3 from = default(Vector3) ) : bool
unit this
range float
checkTeam bool
from System.Vector3
return bool

ThreshInGame() public static method

public static ThreshInGame ( ) : bool
return bool

UltActive() public static method

public static UltActive ( ) : bool
return bool

UnderEnemyTower() public static method

public static UnderEnemyTower ( System.Vector2 pos ) : bool
pos System.Vector2
return bool

Property Details

AbilitySequence public static property

public static int[] AbilitySequence
return int[]

Activator public static property

public static bool Activator
return bool

Combo public static property

public static bool Combo
return bool

Condemn public static property

public static bool Condemn
return bool

Draw public static property

public static bool Draw
return bool

EndPosition public static property

public static Vector3,System EndPosition
return System.Vector3

FlashSlot public static property

public static SpellSlot FlashSlot
return SpellSlot

Flee public static property

public static bool Flee
return bool

Harass public static property

public static bool Harass
return bool

JC public static property

public static bool JC
return bool

LC public static property

public static bool LC
return bool

Misc public static property

public static bool Misc
return bool

QOff public static property

public static int QOff
return int

bought public static property

public static bool bought
return bool

currentSkin public static property

public static int currentSkin
return int

lastaa public static property

public static float lastaa
return float

moduleList public static property

public static List moduleList
return List

ticks public static property

public static int ticks
return int