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

Method Load

ogsr_engine/xrGame/InfoPortion.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31CInfoPortion::~CInfoPortion() {}
32
33void CInfoPortion::Load(shared_str info_id)
34{
35 m_InfoId = info_id;
36 inherited_shared::load_shared(m_InfoId, NULL);
37}
38
39void CInfoPortion::load_shared(LPCSTR)
40{

Callers 1

load_sharedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected