modules

class ModulesMixin(name: str, similar_entities: list[str], **kwargs: dict)

(Implicitly inherits RequestItemsMixin)

Allows the entity to have modules, and keep track of the amount of modules currently inside the entity.

property module_slots_occupied: int

The total number of module slots that are currently taken by inserted modules. Not exported; read only.

Type:

int

property total_module_slots: int

The total number of module slots in the Entity. Not exported; read only.

Type:

int