Method Global:GetUnitGUID [-] [+]

Builds a Creature's GUID.

Creature GUID consist of entry ID, low GUID and type ID

Player and Creature for example can have the same low GUID but not GUID.

Synopsis

guid = GetUnitGUID( lowguid, entry )

Arguments

number lowguid

Low GUID of the Creature.

Valid numbers: integers from 0 to 4,294,967,295.

number entry

Entry ID of the Creature.

Valid numbers: integers from 0 to 4,294,967,295.

Returns

uint64 guid
See method description.

Generated on 11/04/2018
©2016 - Eluna Lua Engine