C# 클래스 CameraBuddy.Spectate.Situation.Heros

파일 보기 프로젝트 열기: coman3/EloBuddy.Addons

공개 메소드들

메소드 설명
AreGrouped ( HeroType type, short count, float maxRadius = 2000 ) : HeroGroupInfo
AreGrouped ( HeroType type, short count, Vector3 &posistion, List &outHeros, float maxRadius = 2000 ) : bool

메소드 상세

AreGrouped() 공개 정적인 메소드

public static AreGrouped ( HeroType type, short count, float maxRadius = 2000 ) : HeroGroupInfo
type HeroType
count short
maxRadius float
리턴 HeroGroupInfo

AreGrouped() 공개 정적인 메소드

public static AreGrouped ( HeroType type, short count, Vector3 &posistion, List &outHeros, float maxRadius = 2000 ) : bool
type HeroType
count short
posistion Vector3
outHeros List
maxRadius float
리턴 bool