19 ::ll::TypedStorage<4, 4, int> mTime;
20 ::ll::TypedStorage<8, 8, uint64> mTimeStamp;
21 ::ll::TypedStorage<1, 1, bool> mHasExecuted;
22 ::ll::TypedStorage<1, 1, bool> mLooping;
23 ::ll::TypedStorage<4, 4, int> mStartTime;
24 ::ll::TypedStorage<1, 1, bool> mRandomInterval;
25 ::ll::TypedStorage<4, 4, int> mMinTime;
26 ::ll::TypedStorage<4, 4, int> mMaxTime;
27 ::ll::TypedStorage<8, 24, ::WeightedChoices<float>> mTimeChoices;
37 MCAPI
void restartTimer(
::Actor& actor);