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 ;
70 MCAPI
void $setStrength(
int strength);
74 MCAPI
bool $canStopPower()
const;
76 MCAPI
void $setStopPower(
bool bPower);
78 MCFOLD ::CircuitComponentType $getCircuitComponentType()
const;
84 MCAPI
static void** $vftable();