C# Class CameraBuddy.Spectate.Situation.Buildings

Show file Open project: coman3/EloBuddy.Addons Class Usage Examples

Public Properties

Property Type Description
TurrentsRange float

Public Methods

Method Description
DrawRanges ( ) : void
GetTeir ( this turrents, TurrentTier turrentTier ) : Obj_AI_Turret[]
GetTurrentTier ( this turrent ) : TurrentTier
IsInTurrent ( this pos, EntityManager team ) : bool
IsInTurrent ( this pos, EntityManager team, float extraRange ) : bool
IsNearTurrent ( this pos, EntityManager team, float range ) : bool

Method Details

DrawRanges() public static method

public static DrawRanges ( ) : void
return void

GetTeir() public static method

public static GetTeir ( this turrents, TurrentTier turrentTier ) : Obj_AI_Turret[]
turrents this
turrentTier TurrentTier
return Obj_AI_Turret[]

GetTurrentTier() public static method

public static GetTurrentTier ( this turrent ) : TurrentTier
turrent this
return TurrentTier

IsInTurrent() public static method

public static IsInTurrent ( this pos, EntityManager team ) : bool
pos this
team EntityManager
return bool

IsInTurrent() public static method

public static IsInTurrent ( this pos, EntityManager team, float extraRange ) : bool
pos this
team EntityManager
extraRange float
return bool

IsNearTurrent() public static method

public static IsNearTurrent ( this pos, EntityManager team, float range ) : bool
pos this
team EntityManager
range float
return bool

Property Details

TurrentsRange public static property

public static float TurrentsRange
return float