MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / addSeparator

Function addSeparator

src/OpenLoco/src/Ui/Dropdown.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 static bool _dropdownUseDefault;
110
111 void addSeparator(size_t index)
112 {
113 add(index, 0);
114 }
115
116 void add(size_t index, StringId title)
117 {

Callers 1

showMethod · 0.85

Calls 1

addFunction · 0.70

Tested by

no test coverage detected