mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-11 05:20:14 -04:00
Fix weather type in docs
This commit is contained in:
parent
601b4cb6b1
commit
567ceccd8f
@ -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