C# Class VoidLib.Common.Objects.WowUnit

Inheritance: WowObject
Afficher le fichier Open project: andrewmunro/Void Class Usage Examples

Private Properties

Свойство Type Description
HasFlag bool

Méthodes publiques

Méthode Description
FuckingDumpThatShit ( ) : void
HasUnitFlag ( Offsets flag ) : bool
WowUnit ( uint baseAddress ) : System

Instantiates a new instance of the WowUnit object.

Private Methods

Méthode Description
HasFlag ( Offsets flags ) : bool

Does the unit have this flag?

Method Details

FuckingDumpThatShit() public méthode

public FuckingDumpThatShit ( ) : void
Résultat void

HasUnitFlag() public méthode

public HasUnitFlag ( Offsets flag ) : bool
flag Offsets
Résultat bool

WowUnit() public méthode

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