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

Method server_object

ogsr_engine/COMMON_AI/object_item_single_inline.h:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25TEMPLATE_SPECIALIZATION
26ObjectFactory::SERVER_BASE_CLASS* CSObjectItemSingle::server_object(LPCSTR section) const { return (xr_new<SERVER_TYPE>(section)->init()); }
27
28template <typename _unknown_type>
29IC CObjectItemSingle<_unknown_type, true>::CObjectItemSingle(const CLASS_ID& clsid, LPCSTR script_clsid) : inherited(clsid, script_clsid)

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected