Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
805
void 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
812
void CInifile::w_float(LPCSTR S, LPCSTR L, float V)
813
{
Callers
10
save
Method · 0.45
save
Method · 0.45
net_Export_State
Method · 0.45
net_Export
Method · 0.45
save
Method · 0.45
STATE_Write
Method · 0.45
Save
Method · 0.45
Save2
Method · 0.45
Save
Method · 0.45
Save2
Method · 0.45
Calls
1
w_string
Function · 0.85
Tested by
no test coverage detected