Method Global:GetObjectGUID [-] [+]

Builds a GameObject's GUID.

A GameObject's GUID consist of entry ID, low GUID and type ID

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

Synopsis

guid = GetObjectGUID( lowguid, entry )

Arguments

number lowguid

Low GUID of the GameObject.

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

number entry

Entry ID of the GameObject.

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

Returns

number guid

Valid numbers: integers from 0 to 18,446,744,073,709,551,615.

Generated on
©2016 - Eluna Lua Engine