Method Global:GetGUIDEntry [-] [+]
Returns the entry ID from a GUID.
GUID consist of entry ID, low GUID, and type ID.
Synopsis
entry = GetGUIDEntry( guid )
Arguments
number guidGUID of an Creature or GameObject.
Valid numbers: integers from 0 to 18,446,744,073,709,551,615.
Returns
number entryEntry ID, or
0ifguidis not a Creature or GameObject.Valid numbers: integers from 0 to 4,294,967,295.