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

Method w_s32

ogsr_engine/xrCore/Xr_ini.cpp:805–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

803}
804
805void CInifile::w_s32(LPCSTR S, LPCSTR L, s32 V)
806{
807 string128 temp;
808 sprintf_s(temp, "%d", V);
809 w_string(S, L, temp);
810}
811
812void CInifile::w_float(LPCSTR S, LPCSTR L, float V)
813{

Callers 10

saveMethod · 0.45
saveMethod · 0.45
net_Export_StateMethod · 0.45
net_ExportMethod · 0.45
saveMethod · 0.45
STATE_WriteMethod · 0.45
SaveMethod · 0.45
Save2Method · 0.45
SaveMethod · 0.45
Save2Method · 0.45

Calls 1

w_stringFunction · 0.85

Tested by

no test coverage detected