TimeOfDaySystem( System )
Description
Fields
| Type | Name |
|---|---|
| float | factor |
| float | time_of_day_progress |
| int | time_hour |
| int | time_of_day_cycle |
| TimeOfDaySystem::TimeOfDayWeatherState | day_weather_state |
| TimeOfDaySystem::TimeOfDayWeatherState | night_weather_state |
| TimeOfDaySystem::TimeOfDayWeatherState | override_day_weather_state |
| TimeOfDaySystem::TimeOfDayWeatherState | override_night_weather_state |
| int | current_weather_type |
| Entity | current_emitter_ent |
| Degree | sun_pitch |
| Degree | sun_yaw |
| bool | is_working |
| bool | can_randimize_preset |
| bool | is_initialized |
| bool | time_of_day_changed |
| bool | randomize_preset |
| bool | send_first_event |
| TimeOfDayEnvState | time_of_day_env_state |