C# 클래스 cleanCore.WoWUnit

상속: WoWObject
파일 보기 프로젝트 열기: Vipeax/cleanLayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Invalid WoWUnit

공개 메소드들

메소드 설명
GetAuraPointer ( int index ) : IntPtr
HasAura ( int spellId ) : bool
ToString ( ) : string
WoWUnit ( IntPtr pointer ) : System

메소드 상세

GetAuraPointer() 공개 메소드

public GetAuraPointer ( int index ) : IntPtr
index int
리턴 System.IntPtr

HasAura() 공개 메소드

public HasAura ( int spellId ) : bool
spellId int
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WoWUnit() 공개 메소드

public WoWUnit ( IntPtr pointer ) : System
pointer System.IntPtr
리턴 System

프로퍼티 상세

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

public static WoWUnit,cleanCore Invalid
리턴 WoWUnit