5class ActorInteraction {
8 using OnInteraction = ::std::function<void()>;
13 ::ll::TypedStorage<8, 32, ::std::string> mInteractText;
14 ::ll::TypedStorage<8, 64, ::std::function<void()>> mInteraction;
15 ::ll::TypedStorage<1, 1, bool> mNoCapture;
25 MCAPI
explicit ActorInteraction(
bool noCapture);
27 MCFOLD
void capture(::std::function<
void()> interactFunc);
29 MCFOLD
void setInteractText(::std::string
const& text);
31 MCAPI ~ActorInteraction();
37 MCAPI
void* $ctor(
bool noCapture);