8class ActorInteraction {
16 ::ll::TypedStorage<8, 32, ::std::string> mInteractText;
18 ::ll::TypedStorage<1, 1, bool> mNoCapture;
28 MCAPI
explicit ActorInteraction(
bool noCapture);
32 MCFOLD ::std::string
const& getInteractText()
const;
34 MCAPI
void interact();
36 MCFOLD
void setInteractText(::std::string text);
38 MCFOLD
bool shouldCapture()
const;
40 MCAPI ~ActorInteraction();
46 MCAPI
void* $ctor(
bool noCapture);