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

Method r_bool

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

Source from the content-addressed store, hash-verified

675}
676
677BOOL CInifile::r_bool(LPCSTR S, LPCSTR L)
678{
679 LPCSTR C = r_string(S, L);
680 char B[8];
681 strncpy_s(B, C, 7);
682 _strlwr(B);
683 return IsBOOL(B);
684}
685
686CLASS_ID CInifile::r_clsid(LPCSTR S, LPCSTR L)
687{

Callers 15

AddEffectorFunction · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
reloadMethod · 0.80
LoadMethod · 0.80
loadMethod · 0.80
LoadMethod · 0.80
LoadMethod · 0.80
ParseDefinitionsMethod · 0.80
LoadMethod · 0.80
LoadFireParamsMethod · 0.80

Calls 3

r_stringFunction · 0.85
_strlwrFunction · 0.85
IsBOOLFunction · 0.85

Tested by

no test coverage detected