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

Method r_fvector4

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

Source from the content-addressed store, hash-verified

667}
668
669Fvector4 CInifile::r_fvector4(LPCSTR S, LPCSTR L)
670{
671 LPCSTR C = r_string(S, L);
672 Fvector4 V{};
673 sscanf(C, "%g,%g,%g,%g", &V.x, &V.y, &V.z, &V.w);
674 return V;
675}
676
677BOOL CInifile::r_bool(LPCSTR S, LPCSTR L)
678{

Callers 5

InitTextureMethod · 0.45
InitMethod · 0.45
loadMethod · 0.45
load_shocMethod · 0.45

Calls 1

r_stringFunction · 0.85

Tested by

no test coverage detected