mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-23 20:00:45 -04:00
Merge branch 'weatherrecord' into 'master'
Fix weather type in docs See merge request OpenMW/openmw!4875
This commit is contained in:
commit
2b7f775ffe
@ -1251,13 +1251,13 @@
|
|||||||
-- Get the current weather
|
-- Get the current weather
|
||||||
-- @function [parent=#Weather] getCurrent
|
-- @function [parent=#Weather] getCurrent
|
||||||
-- @param #Cell cell The cell to get the current weather for
|
-- @param #Cell cell The cell to get the current weather for
|
||||||
-- @return #Weather Can be nil if the cell is inactive or has no weather
|
-- @return #WeatherRecord Can be nil if the cell is inactive or has no weather
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Get the next weather if any
|
-- Get the next weather if any
|
||||||
-- @function [parent=#Weather] getNext
|
-- @function [parent=#Weather] getNext
|
||||||
-- @param #Cell cell The cell to get the next weather for
|
-- @param #Cell cell The cell to get the next weather for
|
||||||
-- @return #Weather Can be nil
|
-- @return #WeatherRecord Can be nil
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Get current weather transition value
|
-- Get current weather transition value
|
||||||
@ -1269,7 +1269,7 @@
|
|||||||
-- Change the weather
|
-- Change the weather
|
||||||
-- @function [parent=#Weather] changeWeather
|
-- @function [parent=#Weather] changeWeather
|
||||||
-- @param #string regionId
|
-- @param #string regionId
|
||||||
-- @param #Weather weather The weather to change to
|
-- @param #WeatherRecord weather The weather to change to
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Get the current direction of the light of the sun.
|
-- Get the current direction of the light of the sun.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user