Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ writeKeyValue_RGBA
Function
writeKeyValue_RGBA
TheForceEngine/TFE_System/iniParser.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void writeKeyValue_RGBA(FileStream& file, const char* key, RGBA value)
83
{
84
writeKeyValue_Int(file, key, value.color);
85
}
86
}
Callers
1
writeA11ySettings
Function · 0.85
Calls
1
writeKeyValue_Int
Function · 0.85
Tested by
no test coverage detected