ConductorBlockLogic

ConductorBlockLogic

class

Wire block carrying a resource network

Fields

NameTypeDescription
side_cover StaticCover Cover mesh used for wire ends
center_cover StaticCover Cover mesh used for the block center
channel string Network channel name
conductor_channel integer Numeric network channel
capacity integer Storage added to the network
drain integer Loss per tick

Functions

ConductorBlockLogic:add_wire(acc)

Add side wire

acc ResourceAccessor Resource accessor to attach
Standard members (4)

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

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

Subclasses