21 ::ll::TypedStorage<1, 1, bool> mPowered;
22 ::ll::TypedStorage<1, 1, bool> mNewPowered;
23 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
29 virtual bool canConsumePowerAnyDirection()
const ;
31 virtual bool canConsumerPower()
const ;
36 virtual uchar getPoweroutDirection()
const ;
40 virtual void setStrength(
int strength) ;
42 virtual int getStrength()
const ;
44 virtual ::CircuitComponentType getCircuitComponentType()
const ;
50 MCAPI PulseCapacitor();
62 MCFOLD
bool $canConsumePowerAnyDirection()
const;
64 MCFOLD
bool $canConsumerPower()
const;
68 MCFOLD uchar $getPoweroutDirection()
const;
72 MCAPI
void $setStrength(
int strength);
74 MCFOLD
int $getStrength()
const;
76 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
84 MCAPI
static void** $vftable();