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

Function F_entity_Create

ogsr_engine/COMMON_AI/xrServer_Factory.cpp:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "object_factory.h"
11
12CSE_Abstract* F_entity_Create(LPCSTR section) { return (object_factory().server_object(pSettings->r_clsid(section, "class"), section)); }

Callers 13

SpawnCopyMethod · 0.85
entity_CreateMethod · 0.85
spawn_itemMethod · 0.85
createMethod · 0.85
DetachMethod · 0.85
SpawnRocketMethod · 0.85
SpawnAmmoMethod · 0.85
GenSpawnReplaceMethod · 0.85
get_objectMethod · 0.85
g_cl_SpawnMethod · 0.85
spawn_itemMethod · 0.85

Calls 2

r_clsidMethod · 0.80
server_objectMethod · 0.45

Tested by

no test coverage detected