Skip to content

ObjectManager » Models » IBase

Namespace: Mayo.Manager.Objects
Namespace: Mayo.Manager.Objects.Interface
Dependencies: IBase


Every object/unit contains the properties listed here.


All IDs are based on the same ID. They're just formatted differently.
This ID is not persistent.

UInt128 GUID
Guid GameGUID
string InGameGUID

To obtain this ID in-game:

/run print(UnitGUID("Player"))

Log.Write($"GUID: {GC.OM.Me.GUID}");
Log.Write($"GUID: {GC.OM.Me.GameGUID}");
Log.Write($"GUID: {GC.OM.Me.InGameGUID}");