21 ::ll::TypedStorage<1, 1, bool> mPromotedToProducer;
22 ::ll::TypedStorage<1, 1, bool> mAllowAsPowerSource;
23 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
32 virtual bool addSource(
36 bool& bDirectlyPowered
41 virtual bool canConsumerPower()
const ;
43 virtual bool hasChildrenSource()
const ;
45 virtual int getStrength()
const ;
47 virtual ::CircuitComponentType getCircuitComponentType()
const ;
62 MCFOLD
bool $canConsumerPower()
const;
64 MCFOLD
bool $hasChildrenSource()
const;
66 MCAPI
int $getStrength()
const;
68 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
76 MCAPI
static void** $vftable();