mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 06:39:42 +00:00
PR feedack for documentation
This commit is contained in:
parent
e7ed709e5e
commit
94cc090f73
2 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ Properties
|
||||||
- The texture resource to display
|
- The texture resource to display
|
||||||
* - tileH
|
* - tileH
|
||||||
- boolean (false)
|
- boolean (false)
|
||||||
- Whether to tile the texture horizontally
|
- Tile the texture horizontally
|
||||||
* - tileV
|
* - tileV
|
||||||
- boolean (false)
|
- boolean (false)
|
||||||
- Whether to tile the texture vertically
|
- Tile the texture vertically
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
-- @type SettingsPageOptions
|
-- @type SettingsPageOptions
|
||||||
-- @field #string name Name of the page, displayed in the list, used for search
|
-- @field #string name Name of the page, displayed in the list, used for search
|
||||||
-- @field #string searchHints Additional keywords used in search, not displayed anywhere
|
-- @field #string searchHints Additional keywords used in search, not displayed anywhere
|
||||||
-- @field #Element element The page's UI, which will be attached to the settings tab. The root widget has to have a fixed size (set `size` field in `props`, see Widget documentation, `relativeSize` is ignored)
|
-- @field #Element element The page's UI, which will be attached to the settings tab. The root widget has to have a fixed size. Set the `size` field in `props`, `relativeSize` is ignored.
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
-- @type TextureResourceOptions
|
-- @type TextureResourceOptions
|
||||||
-- @field #string path Path to the texture file. Required
|
-- @field #string path Path to the texture file. Required
|
||||||
-- @field openmw.util#Vector2 offset Offset of this resource in the texture. (0, 0) by default
|
-- @field openmw.util#Vector2 offset Offset of this resource in the texture. (0, 0) by default
|
||||||
-- @field openmw.util#Vector2 size Size of the resource in the texture. (0, 0) by default.
|
-- @field openmw.util#Vector2 size Size of the resource in the texture. (0, 0) by default.
|
||||||
-- 0 means the whole texture size is used.
|
-- 0 means the whole texture size is used.
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in a new issue