StorageBlockLogic

StorageBlockLogic

class

Base class for blocks that expose a storage inventory

Fields

NameTypeDescription
storage_access InventoryAccess
Standard members (4)

Generated for every class of this kind by the game's codegen, not written for StorageBlockLogic.

StorageBlockLogic.cast(object) Trying to cast Object into StorageBlockLogic
StorageBlockLogic.get_class() Return StorageBlockLogic class object
StorageBlockLogic.new(parent, name) Creates a new StorageBlockLogic instance
StorageBlockLogic.new_simple() Creates a new StorageBlockLogic instance
Inherited from BlockLogic (7)
Inherited from Instance (1)
Inherited from Object (3)

Subclasses