zscript-doc/api/global/type/FOptionMenuSettings.md

53 lines
644 B
Markdown
Raw Permalink Normal View History

2018-12-29 16:05:19 -08:00
# FOptionMenuSettings
Defaults for `OptionMenu`s as defined in `MENUDEF`'s `OptionMenuSettings` block
and `MAPINFO`/GameInfo.
2018-12-29 16:05:19 -08:00
```
struct FOptionMenuSettings
{
2019-08-14 03:32:51 -07:00
int mTitleColor;
int mFontColor;
int mFontColorValue;
int mFontColorMore;
int mFontColorHeader;
int mFontColorHighlight;
int mFontColorSelection;
int mLineSpacing;
2018-12-29 16:05:19 -08:00
}
```
2019-08-14 03:31:41 -07:00
### `mTitleColor`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `mFontColor`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `mFontColorValue`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `mFontColorMore`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `mFontColorHeader`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `mFontColorHighlight`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `mFontColorSelection`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
TODO
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
### `mLineSpacing`
2018-12-29 16:05:19 -08:00
2019-08-14 03:31:41 -07:00
The spacing in virtual pixels between two lines in an `OptionMenu`.
2018-12-29 16:05:19 -08:00
<!-- EOF -->