MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Init

Method Init

src/settingentry_gui.cpp:31–34  ·  view source on GitHub ↗

* Initialization of a setting entry * @param level Page nesting level of this entry */

Source from the content-addressed store, hash-verified

29 * @param level Page nesting level of this entry
30 */
31void BaseSettingEntry::Init(uint8_t level)
32{
33 this->level = level;
34}
35
36/**
37 * Check whether an entry is visible and not folded or filtered away.

Callers 1

Calls 2

GetSettingFromNameFunction · 0.85
AsIntSettingMethod · 0.80

Tested by

no test coverage detected