C# 클래스 DefaultCombat.Core.Targeting

파일 보기 프로젝트 열기: BosslandGmbH/BuddyWing.DefaultCombat

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
AoeHealLocation TorCharacter
AoeHealLocation Vector3
PointsAroundPoint int
updateObjects void

공개 메소드들

메소드 설명
CheckDpsAoe ( int minMobs, float distance, Vector3 center ) : bool
GetTorCharacters ( ) : List
SetTank ( ) : void

비공개 메소드들

메소드 설명
AoeHealLocation ( float dist ) : TorCharacter
AoeHealLocation ( TorCharacter p ) : Vector3
PointsAroundPoint ( Vector3 pt, List l, float dist ) : int
updateObjects ( ) : void

메소드 상세

CheckDpsAoe() 공개 정적인 메소드

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

GetTorCharacters() 공개 정적인 메소드

public static GetTorCharacters ( ) : List
리턴 List

SetTank() 공개 정적인 메소드

public static SetTank ( ) : void
리턴 void

프로퍼티 상세

AoeDpsCount 공개적으로 정적으로 프로퍼티

public static int AoeDpsCount
리턴 int

AoeDpsPoint 공개적으로 정적으로 프로퍼티

public static Vector3 AoeDpsPoint
리턴 Vector3

AoeDpsTarget 공개적으로 정적으로 프로퍼티

public static TorCharacter AoeDpsTarget
리턴 TorCharacter

AoeHealCount 공개적으로 정적으로 프로퍼티

public static int AoeHealCount
리턴 int

AoeHealPoint 공개적으로 정적으로 프로퍼티

public static Vector3 AoeHealPoint
리턴 Vector3

AoeHealTarget 공개적으로 정적으로 프로퍼티

public static TorCharacter AoeHealTarget
리턴 TorCharacter

AoePeanutButterCount 공개적으로 정적으로 프로퍼티

public static int AoePeanutButterCount
리턴 int

DispelTarget 공개적으로 정적으로 프로퍼티

public static TorCharacter DispelTarget
리턴 TorCharacter

Enemies 공개적으로 정적으로 프로퍼티

public static List Enemies
리턴 List

EnemyPoints 공개적으로 정적으로 프로퍼티

public static List EnemyPoints
리턴 List

HealCandidatePoints 공개적으로 정적으로 프로퍼티

public static List HealCandidatePoints
리턴 List

HealCandidates 공개적으로 정적으로 프로퍼티

public static List HealCandidates
리턴 List

HealTarget 공개적으로 정적으로 프로퍼티

public static TorCharacter HealTarget
리턴 TorCharacter

Objects 공개적으로 정적으로 프로퍼티

public static List Objects
리턴 List

ShouldAoe 공개적으로 정적으로 프로퍼티

public static bool ShouldAoe
리턴 bool

ShouldAoeHeal 공개적으로 정적으로 프로퍼티

public static bool ShouldAoeHeal
리턴 bool

ShouldPbaoe 공개적으로 정적으로 프로퍼티

public static bool ShouldPbaoe
리턴 bool

Tank 공개적으로 정적으로 프로퍼티

public static TorCharacter Tank
리턴 TorCharacter

TankName 공개적으로 정적으로 프로퍼티

public static string TankName
리턴 string

TankNameCheck 공개적으로 정적으로 프로퍼티

public static string TankNameCheck
리턴 string

TankNameStart 공개적으로 정적으로 프로퍼티

public static string TankNameStart
리턴 string

Tanks 공개적으로 정적으로 프로퍼티

public static List Tanks
리턴 List

cacheCount 공개적으로 정적으로 프로퍼티

public static int cacheCount
리턴 int

maxCacheCount 공개적으로 정적으로 프로퍼티

public static int maxCacheCount
리턴 int

objects 공개적으로 정적으로 프로퍼티

public static List objects
리턴 List