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

Method w_bool

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

Source from the content-addressed store, hash-verified

873}
874
875void CInifile::w_bool(LPCSTR S, LPCSTR L, bool V) { w_string(S, L, V ? "true" : "false"); }
876
877void CInifile::remove_line(LPCSTR S, LPCSTR L)
878{

Callers 2

Save2Method · 0.80
WriteBoolMethod · 0.80

Calls 1

w_stringFunction · 0.85

Tested by

no test coverage detected