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

Method w_fvector2

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

Source from the content-addressed store, hash-verified

852}
853
854void CInifile::w_fvector2(LPCSTR S, LPCSTR L, const Fvector2& V)
855{
856 string128 temp;
857 sprintf_s(temp, "%g,%g", V.x, V.y);
858 w_string(S, L, temp);
859}
860
861void CInifile::w_fvector3(LPCSTR S, LPCSTR L, const Fvector3& V)
862{

Callers 3

refresh_prefetchMethod · 0.80
process_vis_prefetchMethod · 0.80
Save2Method · 0.80

Calls 1

w_stringFunction · 0.85

Tested by

no test coverage detected