C# Class DefaultCombat.Core.Targeting

Show file Open project: BosslandGmbH/BuddyWing.DefaultCombat

Public Properties

Property Type Description
AoeDpsCount int
AoeDpsPoint Vector3
AoeDpsTarget TorCharacter
AoeHealCount int
AoeHealPoint Vector3
AoeHealTarget TorCharacter
AoePeanutButterCount int
DispelTarget TorCharacter
Enemies List
EnemyPoints List
HealCandidatePoints List
HealCandidates List
HealTarget TorCharacter
Objects List
ShouldAoe bool
ShouldAoeHeal bool
ShouldPbaoe bool
Tank TorCharacter
TankName string
TankNameCheck string
TankNameStart string
Tanks List
cacheCount int
maxCacheCount int
objects List

Private Properties

Property Type Description
AoeHealLocation TorCharacter
AoeHealLocation Vector3
PointsAroundPoint int
updateObjects void

Public Methods

Method Description
CheckDpsAoe ( int minMobs, float distance, Vector3 center ) : bool
GetTorCharacters ( ) : List
SetTank ( ) : void

Private Methods

Method Description
AoeHealLocation ( float dist ) : TorCharacter
AoeHealLocation ( TorCharacter p ) : Vector3
PointsAroundPoint ( Vector3 pt, List l, float dist ) : int
updateObjects ( ) : void

Method Details

CheckDpsAoe() public static method

public static CheckDpsAoe ( int minMobs, float distance, Vector3 center ) : bool
minMobs int
distance float
center Vector3
return bool

GetTorCharacters() public static method

public static GetTorCharacters ( ) : List
return List

SetTank() public static method

public static SetTank ( ) : void
return void

Property Details

AoeDpsCount public static property

public static int AoeDpsCount
return int

AoeDpsPoint public static property

public static Vector3 AoeDpsPoint
return Vector3

AoeDpsTarget public static property

public static TorCharacter AoeDpsTarget
return TorCharacter

AoeHealCount public static property

public static int AoeHealCount
return int

AoeHealPoint public static property

public static Vector3 AoeHealPoint
return Vector3

AoeHealTarget public static property

public static TorCharacter AoeHealTarget
return TorCharacter

AoePeanutButterCount public static property

public static int AoePeanutButterCount
return int

DispelTarget public static property

public static TorCharacter DispelTarget
return TorCharacter

Enemies public static property

public static List Enemies
return List

EnemyPoints public static property

public static List EnemyPoints
return List

HealCandidatePoints public static property

public static List HealCandidatePoints
return List

HealCandidates public static property

public static List HealCandidates
return List

HealTarget public static property

public static TorCharacter HealTarget
return TorCharacter

Objects public static property

public static List Objects
return List

ShouldAoe public static property

public static bool ShouldAoe
return bool

ShouldAoeHeal public static property

public static bool ShouldAoeHeal
return bool

ShouldPbaoe public static property

public static bool ShouldPbaoe
return bool

Tank public static property

public static TorCharacter Tank
return TorCharacter

TankName public static property

public static string TankName
return string

TankNameCheck public static property

public static string TankNameCheck
return string

TankNameStart public static property

public static string TankNameStart
return string

Tanks public static property

public static List Tanks
return List

cacheCount public static property

public static int cacheCount
return int

maxCacheCount public static property

public static int maxCacheCount
return int

objects public static property

public static List objects
return List