wManager.Wow.Helpers Namespace
WRobot

ObjectManager..::..GetObjectByGuid Method

Gets the object by GUID.

Namespace:  wManager.Wow.ObjectManager
Assembly:  wManager (in wManager.dll)

Syntax


public static WoWObject GetObjectByGuid(
	ulong guid
)
Public Shared Function GetObjectByGuid ( _
	guid As ULong _
) As WoWObject
public:
static WoWObject^ GetObjectByGuid(
	unsigned long long^ guid
)

Parameters

guid
Type: UInt64
The GUID.

Return Value

WoWObject.