From b6ac53603199aef87b60a8b3babafd544ef2992c Mon Sep 17 00:00:00 2001 From: Manish Date: Wed, 22 May 2019 18:43:15 +0200 Subject: [PATCH] Added more info in weather doc --- PythonAPI/docs/weather.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/PythonAPI/docs/weather.yml b/PythonAPI/docs/weather.yml index aaf207605..59a822bc0 100644 --- a/PythonAPI/docs/weather.yml +++ b/PythonAPI/docs/weather.yml @@ -7,33 +7,33 @@ - class_name: WeatherParameters doc: > - WeatherParameters class is used for controlling the weather inside the world. + WeatherParameters class is used for requesting and changing the lighting and weather conditions inside the world. # - PROPERTIES ------------------------- instance_variables: - var_name: cloudyness doc: > - Weather cloudyness. + Weather cloudyness. Values range from 0 to 100. # -------------------------------------- - var_name: precipitation doc: > - Precipitation amount for controlling rain intensity. + Precipitation amount for controlling rain intensity. Values range from 0 to 100. # -------------------------------------- - var_name: precipitation_deposits doc: > - Precipitation deposits for controlling the area of puddles. + Precipitation deposits for controlling the area of puddles on roads. # -------------------------------------- - var_name: wind_intensity doc: > - Wind intensity. + Wind intensity. Values range from 0 to 100. # -------------------------------------- - var_name: sun_azimuth_angle doc: > - Azimuth angle of the sun. + Azimuth angle of the sun in degrees. Values range from 0 to 360. # -------------------------------------- - var_name: sun_altitude_angle doc: > - Altitude angle of the sun. + Altitude angle of the sun in degrees. Values range from -90 to 90. # - METHODS ---------------------------- methods: