C# Class SharpVision.Vision

ファイルを表示 Open project: blm95/LeagueSharp2

Public Methods

Method Description
Vision ( ) : System
intersectsObj ( System.Vector3 position, bool checkbrush = false ) : bool

Private Methods

Method Description
Game_OnDraw ( EventArgs args ) : void
GetWardPos ( System.Vector3 lastPos, int radius = 165, int precision = 3 ) : System.Vector3
Obj_AI_Base_OnCreate ( GameObject sender, EventArgs args ) : void
Obj_AI_Base_OnProcessSpellCast ( Obj_AI_Base sender, GameObjectProcessSpellCastEventArgs args ) : void
showVision ( System color, int range ) : void

Method Details

Vision() public method

public Vision ( ) : System
return System

intersectsObj() public static method

public static intersectsObj ( System.Vector3 position, bool checkbrush = false ) : bool
position System.Vector3
checkbrush bool
return bool