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

Method SetValue

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

* Replace the current value with another value. * @param value the value to replace with. */

Source from the content-addressed store, hash-verified

29 * @param value the value to replace with.
30 */
31void IniItem::SetValue(std::string_view value)
32{
33 this->value.emplace(value);
34}
35
36/**
37 * Construct a new in-memory group of an Ini file.

Callers 11

IniSaveSettingListFunction · 0.45
AISaveConfigFunction · 0.45
GameSaveConfigFunction · 0.45
SaveVersionInConfigFunction · 0.45
GraphicsSetSaveConfigFunction · 0.45
GRFSaveConfigFunction · 0.45
OnClickMethod · 0.45
OnQueryTextFinishedMethod · 0.45
OnDropdownSelectMethod · 0.45
SaveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected