C# Class EvadePlus.SkillshotDetector

Afficher le fichier Open project: stefsot/EloBuddyAddons Class Usage Examples

Méthodes publiques

Свойство Type Description
DetectedSkillshots List
Detection DetectionTeam

Méthodes publiques

Méthode Description
AddSkillshot ( EvadePlus.EvadeSkillshot skillshot, bool isProcessSpell = false, bool triggerEvent = true ) : void
IsValidTeam ( GameObjectTeam team ) : bool
SkillshotDetector ( DetectionTeam detection = DetectionTeam.EnemyTeam ) : System

Private Methods

Méthode Description
GameObjectOnCreate ( GameObject sender, EventArgs args ) : void
GameObjectOnDelete ( GameObject sender, EventArgs args ) : void
OnDraw ( EventArgs args ) : void
OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
OnStopCast ( Obj_AI_Base sender, SpellbookStopCastEventArgs args ) : void
OnTick ( EventArgs args ) : void

Method Details

AddSkillshot() public méthode

public AddSkillshot ( EvadePlus.EvadeSkillshot skillshot, bool isProcessSpell = false, bool triggerEvent = true ) : void
skillshot EvadePlus.EvadeSkillshot
isProcessSpell bool
triggerEvent bool
Résultat void

IsValidTeam() public méthode

public IsValidTeam ( GameObjectTeam team ) : bool
team GameObjectTeam
Résultat bool

SkillshotDetector() public méthode

public SkillshotDetector ( DetectionTeam detection = DetectionTeam.EnemyTeam ) : System
detection DetectionTeam
Résultat System

Property Details

DetectedSkillshots public_oe property

public List DetectedSkillshots
Résultat List

Detection public_oe property

public DetectionTeam Detection
Résultat DetectionTeam