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