C# 클래스 VayneHunter_Reborn.Skills.Tumble.TumbleMethods

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

Private Properties

프로퍼티 타입 설명
CastQ void
DefaultQCast void
GetQBurstModePosition Vector3?
GetWallQPositions System.Vector3[]
OnCastTumble void

공개 메소드들

메소드 설명
HandleFarmTumble ( Obj_AI_Base target ) : void
PreCastTumble ( Obj_AI_Base target ) : void

비공개 메소드들

메소드 설명
CastQ ( System.Vector3 Position ) : void
DefaultQCast ( System.Vector3 position, Obj_AI_Base Target ) : void
GetQBurstModePosition ( ) : Vector3?
GetWallQPositions ( float Range ) : System.Vector3[]
OnCastTumble ( Obj_AI_Base target, System.Vector3 position ) : void

메소드 상세

HandleFarmTumble() 공개 정적인 메소드

public static HandleFarmTumble ( Obj_AI_Base target ) : void
target Obj_AI_Base
리턴 void

PreCastTumble() 공개 정적인 메소드

public static PreCastTumble ( Obj_AI_Base target ) : void
target Obj_AI_Base
리턴 void