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

Method create_descriptor

ogsr_engine/xr_3da/Environment_misc.cpp:794–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794CEnvDescriptor* CEnvironment::create_descriptor(shared_str const& identifier, CInifile* config)
795{
796 CEnvDescriptor* result = xr_new<CEnvDescriptor>(identifier);
797 if (config)
798 result->load(*this, *config);
799 return result;
800}
801
802CEnvDescriptor* CEnvironment::create_descriptor_shoc(LPCSTR exec_tm, LPCSTR S)
803{

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected