Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ WriteFloat
Method
WriteFloat
src/openrct2/config/IniWriter.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void WriteFloat(const std::string& name, float value) override
59
{
60
WriteProperty(name, std::to_string(value));
61
}
62
63
void WriteString(const std::string& name, const std::string& value) override
64
{
Callers
2
TEST_F
Function · 0.80
WriteGeneral
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64