C# 클래스 EvadePlus.SkillshotDetector

파일 보기 프로젝트 열기: stefsot/EloBuddyAddons 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DetectedSkillshots List
Detection DetectionTeam

공개 메소드들

메소드 설명
AddSkillshot ( EvadePlus.EvadeSkillshot skillshot, bool isProcessSpell = false, bool triggerEvent = true ) : void
IsValidTeam ( GameObjectTeam team ) : bool
SkillshotDetector ( DetectionTeam detection = DetectionTeam.EnemyTeam ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

AddSkillshot() 공개 메소드

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

IsValidTeam() 공개 메소드

public IsValidTeam ( GameObjectTeam team ) : bool
team GameObjectTeam
리턴 bool

SkillshotDetector() 공개 메소드

public SkillshotDetector ( DetectionTeam detection = DetectionTeam.EnemyTeam ) : System
detection DetectionTeam
리턴 System

프로퍼티 상세

DetectedSkillshots 공개적으로 프로퍼티

public List DetectedSkillshots
리턴 List

Detection 공개적으로 프로퍼티

public DetectionTeam Detection
리턴 DetectionTeam