Method PlayerBot.GetCharAccountIdByGuid [-] [+]

Returns the account ID that owns a character, looked up by GUID.

Synopsis

accountId = Playerbot.GetCharAccountIdByGuid( guidLow )

Arguments

number guidLow

The low part of the character's GUID.

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

Returns

number accountId

The owning account ID, or 0 if not found.

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

Generated on
©2026 - ALE Lua Engine