C# 클래스 VoidLib.Common.Objects.WowUnit

상속: WowObject
파일 보기 프로젝트 열기: andrewmunro/Void 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HasFlag bool

공개 메소드들

메소드 설명
FuckingDumpThatShit ( ) : void
HasUnitFlag ( Offsets flag ) : bool
WowUnit ( uint baseAddress ) : System

Instantiates a new instance of the WowUnit object.

비공개 메소드들

메소드 설명
HasFlag ( Offsets flags ) : bool

Does the unit have this flag?

메소드 상세

FuckingDumpThatShit() 공개 메소드

public FuckingDumpThatShit ( ) : void
리턴 void

HasUnitFlag() 공개 메소드

public HasUnitFlag ( Offsets flag ) : bool
flag Offsets
리턴 bool

WowUnit() 공개 메소드

Instantiates a new instance of the WowUnit object.
public WowUnit ( uint baseAddress ) : System
baseAddress uint The units base address.
리턴 System