C# Class VoidLib.Common.Objects.WowUnit

Inheritance: WowObject
Mostra file Open project: andrewmunro/Void Class Usage Examples

Private Properties

Property Type Description
HasFlag bool

Public Methods

Method Description
FuckingDumpThatShit ( ) : void
HasUnitFlag ( Offsets flag ) : bool
WowUnit ( uint baseAddress ) : System

Instantiates a new instance of the WowUnit object.

Private Methods

Method Description
HasFlag ( Offsets flags ) : bool

Does the unit have this flag?

Method Details

FuckingDumpThatShit() public method

public FuckingDumpThatShit ( ) : void
return void

HasUnitFlag() public method

public HasUnitFlag ( Offsets flag ) : bool
flag Offsets
return bool

WowUnit() public method

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