Class WoWObject
Inheritance
System.Object
WoWObject
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()
Assembly: wManager.dll
Syntax
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
Scale
Declaration
public float Scale { get; }
Property Value
Type |
Description |
System.Single |
|
Type
Declaration
public WoWObjectType Type { get; }
Property Value
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
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
Returns
Type |
Description |
System.Boolean |
|
True(WoWObject)
Declaration
public static bool operator true (WoWObject obj1)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods