MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / w_float

Method w_float

ogsr_engine/xrCore/Xr_ini.cpp:812–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812void CInifile::w_float(LPCSTR S, LPCSTR L, float V)
813{
814 string128 temp;
815 sprintf_s(temp, "%g", V);
816 w_string(S, L, temp);
817}
818
819void CInifile::w_fcolor(LPCSTR S, LPCSTR L, const Fcolor& V)
820{

Callers 15

saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
net_Export_GameTimeMethod · 0.45
Write_Packet_ContMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
ExecuteMethod · 0.45

Calls 1

w_stringFunction · 0.85

Tested by

no test coverage detected