Skip to content

ObjectManager ยป Containers

Namespace: Mayo.Manager.Objects
GameClient: GC.OM


You can find more info's about the IContainer properties here:


List<IContainer> GetContainers()

Returns a list of all IContainer's.

Example
foreach (var Container in GC.OM.GetContainers())
    Log.Write($"{Container.Name} | Slots: {Container.FreeSlots}/{Container.NumSlots}");

IContainer? GetContainer(UInt128 GUID)

Returns IContainer or null.


int GetNumFreeBagSlots()

int GetMaxBagSlots()

int GetNumFreeBagSlotsInPercent()