Method Object:GetGUID [-] [+]
Returns the GUID of the Object.
GUID is an unique identifier for the object.
However on MaNGOS and cMangos creatures and gameobjects inside different maps can share the same GUID but not on the same map.
On TrinityCore this value is unique across all maps
Synopsis
guid = Object:GetGUID()
Arguments
None.
Returns
uint64 guid
- See method description.