Show / Hide Table of Contents

Class WoWObject

Inheritance
System.Object
WoWObject
WoWCorpse
WoWGameObject
WoWItem
WoWUnit
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: wManager.Wow.ObjectManager
Assembly: wManager.dll
Syntax
public class WoWObject

Constructors

WoWObject(UInt32)

Declaration
public WoWObject(uint address)
Parameters
Type Name Description
System.UInt32 address

Properties

_imuakurunuqaoh

Declaration
protected uint _imuakurunuqaoh { get; }
Property Value
Type Description
System.UInt32

Entry

Declaration
public int Entry { get; }
Property Value
Type Description
System.Int32

GetBaseAddress

Declaration
public uint GetBaseAddress { get; }
Property Value
Type Description
System.UInt32

GetDescriptorStartAddress

Declaration
public uint GetDescriptorStartAddress { get; }
Property Value
Type Description
System.UInt32

GetDistance

Declaration
public virtual float GetDistance { get; }
Property Value
Type Description
System.Single

Guid

Declaration
public ulong Guid { get; }
Property Value
Type Description
System.UInt64

IsValid

Declaration
public bool IsValid { get; }
Property Value
Type Description
System.Boolean

Name

Declaration
public virtual string Name { get; }
Property Value
Type Description
System.String

Position

Declaration
public virtual Vector3 Position { get; }
Property Value
Type Description
Vector3

Scale

Declaration
public float Scale { get; }
Property Value
Type Description
System.Single

Type

Declaration
public WoWObjectType Type { get; }
Property Value
Type Description
WoWObjectType

Methods

GetDescriptorAddress(UInt32)

Declaration
public uint GetDescriptorAddress(uint field)
Parameters
Type Name Description
System.UInt32 field
Returns
Type Description
System.UInt32

GetDescriptorAddress(UInt32, UInt32)

Declaration
public uint GetDescriptorAddress(uint baseAddress, uint field)
Parameters
Type Name Description
System.UInt32 baseAddress
System.UInt32 field
Returns
Type Description
System.UInt32

GetDescriptorAddress(Descriptors.ObjectFields)

Declaration
public uint GetDescriptorAddress(Descriptors.ObjectFields field)
Parameters
Type Name Description
Descriptors.ObjectFields field
Returns
Type Description
System.UInt32

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Operators

False(WoWObject)

Declaration
public static bool operator false (WoWObject obj1)
Parameters
Type Name Description
WoWObject obj1
Returns
Type Description
System.Boolean

True(WoWObject)

Declaration
public static bool operator true (WoWObject obj1)
Parameters
Type Name Description
WoWObject obj1
Returns
Type Description
System.Boolean

Extension Methods

Extensions.Serialize<T>(T)
Back to top Generated by DocFX