21 ::ll::TypedStorage<4, 4, int> mNextStrength;
22 ::ll::TypedStorage<1, 1, bool> mAttachedAllowed;
23 ::ll::TypedStorage<1, 1, bool> mStopPower;
24 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
34 virtual void setStrength(
int strength) ;
41 virtual bool canStopPower()
const ;
44 virtual void setStopPower(
bool bPower) ;
47 virtual ::CircuitComponentType getCircuitComponentType()
const ;
76 MCAPI
void $setStrength(
int strength);
80 MCAPI
bool $canStopPower()
const;
82 MCAPI
void $setStopPower(
bool bPower);
84 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
90 MCAPI
static void** $vftable();