C# Class CameraBuddy.Spectate.Data.Region

Afficher le fichier Open project: coman3/EloBuddy.Addons Class Usage Examples

Méthodes publiques

Méthode Description
DrawRegion ( Location region, System.Drawing.Color color, int width = 2 ) : void
DrawRegionOnMiniMap ( Location region, System.Drawing.Color color, int width = 2 ) : void
InBase ( Obj_AI_Base unit ) : bool
InBottomJungle ( Obj_AI_Base unit ) : bool
InBottomLeftJungle ( Obj_AI_Base unit ) : bool
InBottomLeftOuterJungle ( Obj_AI_Base unit ) : bool
InBottomOuterJungle ( Obj_AI_Base unit ) : bool
InBottomOuterRiver ( Obj_AI_Base unit ) : bool
InBottomRightJungle ( Obj_AI_Base unit ) : bool
InBottomRightOuterJungle ( Obj_AI_Base unit ) : bool
InBottomRiver ( Obj_AI_Base unit ) : bool
InJungle ( Obj_AI_Base unit ) : bool
InLeftBase ( Obj_AI_Base unit ) : bool
InLeftJungle ( Obj_AI_Base unit ) : bool
InLeftOuterJungle ( Obj_AI_Base unit ) : bool
InOuterJungle ( Obj_AI_Base unit ) : bool
InOuterRiver ( Obj_AI_Base unit ) : bool
InRightBase ( Obj_AI_Base unit ) : bool
InRightJungle ( Obj_AI_Base unit ) : bool
InRightOuterJungle ( Obj_AI_Base unit ) : bool
InRiver ( Obj_AI_Base unit ) : bool
InTopJungle ( Obj_AI_Base unit ) : bool
InTopLeftJungle ( Obj_AI_Base unit ) : bool
InTopLeftOuterJungle ( Obj_AI_Base unit ) : bool
InTopOuterJungle ( Obj_AI_Base unit ) : bool
InTopOuterRiver ( Obj_AI_Base unit ) : bool
InTopRightJungle ( Obj_AI_Base unit ) : bool
InTopRightOuterJungle ( Obj_AI_Base unit ) : bool
InTopRiver ( Obj_AI_Base unit ) : bool
InWhatRegion ( this point ) : Location
Initialize ( ) : void
IsInRegion ( Vector3 point ) : bool
OnBotLane ( Obj_AI_Base unit ) : bool
OnLane ( Obj_AI_Base unit ) : bool
OnMidLane ( Obj_AI_Base unit ) : bool
OnTopLane ( Obj_AI_Base unit ) : bool
PlayersInRegion ( Location location ) : List
SurroundingRegions ( this location ) : Location[]

Private Methods

Méthode Description
IsPointInPolygon ( Point path, Vector3 pt ) : bool
PointInPolygon ( Point path, Vector3 pt ) : int

Method Details

DrawRegion() public static méthode

public static DrawRegion ( Location region, System.Drawing.Color color, int width = 2 ) : void
region Location
color System.Drawing.Color
width int
Résultat void

DrawRegionOnMiniMap() public static méthode

public static DrawRegionOnMiniMap ( Location region, System.Drawing.Color color, int width = 2 ) : void
region Location
color System.Drawing.Color
width int
Résultat void

InBase() public static méthode

public static InBase ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InBottomJungle() public static méthode

public static InBottomJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InBottomLeftJungle() public static méthode

public static InBottomLeftJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InBottomLeftOuterJungle() public static méthode

public static InBottomLeftOuterJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InBottomOuterJungle() public static méthode

public static InBottomOuterJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InBottomOuterRiver() public static méthode

public static InBottomOuterRiver ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InBottomRightJungle() public static méthode

public static InBottomRightJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InBottomRightOuterJungle() public static méthode

public static InBottomRightOuterJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InBottomRiver() public static méthode

public static InBottomRiver ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InJungle() public static méthode

public static InJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InLeftBase() public static méthode

public static InLeftBase ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InLeftJungle() public static méthode

public static InLeftJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InLeftOuterJungle() public static méthode

public static InLeftOuterJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InOuterJungle() public static méthode

public static InOuterJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InOuterRiver() public static méthode

public static InOuterRiver ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InRightBase() public static méthode

public static InRightBase ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InRightJungle() public static méthode

public static InRightJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InRightOuterJungle() public static méthode

public static InRightOuterJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InRiver() public static méthode

public static InRiver ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InTopJungle() public static méthode

public static InTopJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InTopLeftJungle() public static méthode

public static InTopLeftJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InTopLeftOuterJungle() public static méthode

public static InTopLeftOuterJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InTopOuterJungle() public static méthode

public static InTopOuterJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InTopOuterRiver() public static méthode

public static InTopOuterRiver ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InTopRightJungle() public static méthode

public static InTopRightJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InTopRightOuterJungle() public static méthode

public static InTopRightOuterJungle ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InTopRiver() public static méthode

public static InTopRiver ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

InWhatRegion() public static méthode

public static InWhatRegion ( this point ) : Location
point this
Résultat Location

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

IsInRegion() public static méthode

public static IsInRegion ( Vector3 point ) : bool
point Vector3
Résultat bool

OnBotLane() public static méthode

public static OnBotLane ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

OnLane() public static méthode

public static OnLane ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

OnMidLane() public static méthode

public static OnMidLane ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

OnTopLane() public static méthode

public static OnTopLane ( Obj_AI_Base unit ) : bool
unit Obj_AI_Base
Résultat bool

PlayersInRegion() public static méthode

public static PlayersInRegion ( Location location ) : List
location Location
Résultat List

SurroundingRegions() public static méthode

public static SurroundingRegions ( this location ) : Location[]
location this
Résultat Location[]