21 ::ll::TypedStorage<1, 1, bool> mPromotedToProducer;
22 ::ll::TypedStorage<1, 1, bool> mAllowAsPowerSource;
23 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
34 virtual bool addSource(
38 bool& bDirectlyPowered
45 virtual bool canConsumerPower()
const ;
48 virtual bool hasChildrenSource()
const ;
51 virtual int getStrength()
const ;
54 virtual ::CircuitComponentType getCircuitComponentType()
const ;
76 MCFOLD
bool $canConsumerPower()
const;
78 MCFOLD
bool $hasChildrenSource()
const;
80 MCAPI
int $getStrength()
const;
82 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
88 MCAPI
static void** $vftable();