Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ WriteInt64
Method
WriteInt64
src/openrct2/config/IniWriter.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void WriteInt64(const std::string& name, int64_t value) override
54
{
55
WriteProperty(name, std::to_string(value));
56
}
57
58
void WriteFloat(const std::string& name, float value) override
59
{
Callers
1
WriteGeneral
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected