mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-08 11:51:23 -04:00
typo
This commit is contained in:
parent
f1447207b2
commit
b8fec360c3
@ -1205,8 +1205,8 @@
|
|||||||
--- List of all @{#WeatherRecord}s.
|
--- List of all @{#WeatherRecord}s.
|
||||||
-- @field [parent=#Weather] #list<#WeatherRecord> records A read-only list of all @{#WeatherRecord}s in the world database, may be indexed by recordId.
|
-- @field [parent=#Weather] #list<#WeatherRecord> records A read-only list of all @{#WeatherRecord}s in the world database, may be indexed by recordId.
|
||||||
-- Implements [iterables#List](iterables.html#List) of #WeatherRecord.
|
-- Implements [iterables#List](iterables.html#List) of #WeatherRecord.
|
||||||
-- @usage local weather = core.weather.records.records['Cloudy'] -- get by id
|
-- @usage local weather = core.weather.records['Cloudy'] -- get by id
|
||||||
-- @usage local weather = core.weather.records.records[1] -- get by index
|
-- @usage local weather = core.weather.records[1] -- get by index
|
||||||
-- @usage -- Print all storms
|
-- @usage -- Print all storms
|
||||||
-- for _, weather in pairs(core.weather.records) do
|
-- for _, weather in pairs(core.weather.records) do
|
||||||
-- if weather.isStorm then
|
-- if weather.isStorm then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user