14class UseActorNode :
public ::BehaviorNode {
18 ::ll::TypedStorage<4, 4, int> mDelayCounter;
19 ::ll::TypedStorage<1, 1, bool> mRightMouseDown;
20 ::ll::TypedStorage<1, 1, bool> mPreActionDone;
26 virtual ::BehaviorStatus tick(
::Actor& owner) ;
44 MCAPI ::BehaviorStatus $tick(
::Actor& owner);