Method WorldPacket:ReadGUID [-] [+]
Reads and returns an unsigned 64-bit integer value from the WorldPacket.
Synopsis
value = WorldPacket:ReadGUID()
Arguments
None.
Returns
uint64 value
Value returned as string.
Reads and returns an unsigned 64-bit integer value from the WorldPacket.
value = WorldPacket:ReadGUID()
None.
uint64 value
Value returned as string.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).