10class EndChaosLightManager {
14 ::ll::TypedStorage<8, 8, ::ILevel&> mLevel;
15 ::ll::TypedStorage<4, 4, float> mEndChaosIntensityMultipler;
16 ::ll::TypedStorage<4, 4, float> mEndChaosPerpendicularAngle;
17 ::ll::TypedStorage<4, 4, float> mEndChaosAngle;
18 ::ll::TypedStorage<4, 4, float> mCurrentFlashDurationInTicks;
19 ::ll::TypedStorage<4, 4, float> mFlashDuration;
20 ::ll::TypedStorage<4, 4, float> mMinFlashDuration;
21 ::ll::TypedStorage<4, 4, float> mMaxFlashDuration;
22 ::ll::TypedStorage<4, 4, float> mCurrentFlashCooldownInTicks;
23 ::ll::TypedStorage<4, 4, float> mFlashCooldown;
24 ::ll::TypedStorage<4, 4, float> mMinFlashCooldown;
25 ::ll::TypedStorage<4, 4, float> mMaxFlashCooldown;
30 EndChaosLightManager& operator=(EndChaosLightManager
const&);
31 EndChaosLightManager(EndChaosLightManager
const&);
32 EndChaosLightManager();