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

Method load

ogsr_engine/xrGame/PostprocessAnimator.cpp:6–6  ·  view source on GitHub ↗

postprocess value LOAD method implementation

Source from the content-addressed store, hash-verified

4
5// postprocess value LOAD method implementation
6void CPostProcessValue::load(IReader& pReader) { m_Value.Load_2(pReader); }
7
8void CPostProcessValue::save(IWriter& pWriter) { m_Value.Save(pWriter); }
9

Callers 1

LoadMethod · 0.45

Calls 2

Load_2Method · 0.45
r_floatMethod · 0.45

Tested by

no test coverage detected