Module enums

Source
Expand description

Enums using enum_dispatch for generic wrappers around object types with shared traits.

Enumsยง

AttackableObject
CooldownObject
DecayingObject
MovableObject
ObjectWithPosition
OwnedStructureConversionError
OwnedStructureObject
Enum used for converting a Structure into a typed object of its specific structure type.
StoreObject
StoreObjectConversionError
StructureObject
Enum used for converting a Structure into a typed object of its specific structure type.
TransferableObject
TransferableObjectConversionError
TypedRoomObject
Any enum representing any game object that inherits the RoomObject type.