20 ::ll::TypedStorage<4, 4, int> mTime;
21 ::ll::TypedStorage<8, 8, uint64> mTimeStamp;
22 ::ll::TypedStorage<1, 1, bool> mHasExecuted;
23 ::ll::TypedStorage<1, 1, bool> mLooping;
24 ::ll::TypedStorage<4, 4, int> mStartTime;
25 ::ll::TypedStorage<1, 1, bool> mRandomInterval;
26 ::ll::TypedStorage<4, 4, int> mMinTime;
27 ::ll::TypedStorage<4, 4, int> mMaxTime;
28 ::ll::TypedStorage<8, 24, ::WeightedChoices<float>> mTimeChoices;
36 MCAPI
int getRandomTime(
::Actor& actor);
38 MCAPI uint64 getTimeStamp(
::Level const& level);
42 MCAPI
void restartTimer(
::Actor& actor);