21class DaylightDetectorBlock :
public ::ActorBlock {
25 ::ll::TypedStorage<1, 1, bool> mIsInverted;
30 DaylightDetectorBlock();
43 virtual bool isInteractiveBlock()
const ;
45 virtual bool isSignalSource()
const ;
47 virtual int getVariant(
::Block const& block)
const ;
51 virtual bool canProvideSupport(
::Block const& face, uchar, ::BlockSupportType)
const ;
57 MCAPI DaylightDetectorBlock(::std::string
const& nameId,
int id,
bool isInverted);
67 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
bool isInverted);
81 MCFOLD
bool $isInteractiveBlock()
const;
83 MCFOLD
bool $isSignalSource()
const;
85 MCFOLD
int $getVariant(
::Block const& block)
const;
89 MCFOLD
bool $canProvideSupport(
::Block const& face, uchar, ::BlockSupportType)
const;
97 MCAPI
static void** $vftable();