C# Class EvadePlus.SkillshotDetector

ファイルを表示 Open project: stefsot/EloBuddyAddons Class Usage Examples

Public Properties

Property Type Description
DetectedSkillshots List
Detection DetectionTeam

Public Methods

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

Private Methods

Method 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 method

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

IsValidTeam() public method

public IsValidTeam ( GameObjectTeam team ) : bool
team GameObjectTeam
return bool

SkillshotDetector() public method

public SkillshotDetector ( DetectionTeam detection = DetectionTeam.EnemyTeam ) : System
detection DetectionTeam
return System

Property Details

DetectedSkillshots public_oe property

public List DetectedSkillshots
return List

Detection public_oe property

public DetectionTeam Detection
return DetectionTeam