Show / Hide Table of Contents

Class WoWGameObject

Inheritance
System.Object
WoWObject
WoWGameObject
Inherited Members
WoWObject._imuakurunuqaoh
WoWObject.GetBaseAddress
WoWObject.IsValid
WoWObject.GetDescriptorStartAddress
WoWObject.Guid
WoWObject.Type
WoWObject.Entry
WoWObject.Scale
WoWObject.ToString()
WoWObject.GetDescriptorAddress(Descriptors.ObjectFields)
WoWObject.GetDescriptorAddress(UInt32)
WoWObject.GetDescriptorAddress(UInt32, UInt32)
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 WoWGameObject : WoWObject

Constructors

WoWGameObject(UInt32)

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

Properties

CanOpen

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

CreatedBy

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

Data0

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

Data1

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

Data8

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

DisplayId

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

Flags

Declaration
public GameObjectFlags Flags { get; }
Property Value
Type Description
GameObjectFlags

FlagsInt

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

GetDistance

Declaration
public override float GetDistance { get; }
Property Value
Type Description
System.Single
Overrides
WoWObject.GetDistance

GetDistance2D

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

GOType

Declaration
public WoWGameObjectType GOType { get; }
Property Value
Type Description
WoWGameObjectType

IsIndoors

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

IsMailbox

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

IsOutdoors

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

LockEntry

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

Matrix

Declaration
public Matrix Matrix { get; }
Property Value
Type Description
SlimDX.Matrix

Name

Declaration
public override string Name { get; }
Property Value
Type Description
System.String
Overrides
WoWObject.Name

Position

Declaration
public override Vector3 Position { get; }
Property Value
Type Description
Vector3
Overrides
WoWObject.Position

SkillLineRequired

Declaration
public SkillLine SkillLineRequired { get; }
Property Value
Type Description
SkillLine

Methods

GetDescriptorAddress(Descriptors.GameObjectFields)

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

Rotation()

Declaration
public float Rotation()
Returns
Type Description
System.Single

Extension Methods

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