C# Class cleanCore.WoWUnit

Inheritance: WoWObject
Datei anzeigen Open project: Vipeax/cleanLayer Class Usage Examples

Public Properties

Property Type Description
Invalid WoWUnit

Public Methods

Method Description
GetAuraPointer ( int index ) : IntPtr
HasAura ( int spellId ) : bool
ToString ( ) : string
WoWUnit ( IntPtr pointer ) : System

Method Details

GetAuraPointer() public method

public GetAuraPointer ( int index ) : IntPtr
index int
return System.IntPtr

HasAura() public method

public HasAura ( int spellId ) : bool
spellId int
return bool

ToString() public method

public ToString ( ) : string
return string

WoWUnit() public method

public WoWUnit ( IntPtr pointer ) : System
pointer System.IntPtr
return System

Property Details

Invalid public_oe static_oe property

public static WoWUnit,cleanCore Invalid
return WoWUnit