14class InteractActionNode :
public ::BehaviorNode {
18 ::ll::TypedStorage<4, 4, int> mNumTicksToInteract;
19 ::ll::TypedStorage<4, 4, int> mDelayCounter;
20 ::ll::TypedStorage<1, 1, bool> mRightMouseDown;
21 ::ll::TypedStorage<1, 1, bool> mPreActionDone;
27 virtual ::BehaviorStatus tick(
::Actor& owner) ;
29 virtual void initializeFromDefinition(
::Actor& owner) ;
35 MCAPI InteractActionNode();
47 MCAPI ::BehaviorStatus $tick(
::Actor& owner);
49 MCFOLD
void $initializeFromDefinition(
::Actor& owner);