MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / createEntity

Method createEntity

src/content/ContentLoad.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include <components/EntityActions.h>
8
9Handle::EntityHandle Content::Wrap::createEntity(World::WorldInstance& world, Components::ComponentMask mask)
10{
11 return world.addEntity(mask);
12}
13
14Components::StaticMeshComponent& Content::Wrap::getStaticMeshComponent(World::WorldInstance& world,
15 Handle::EntityHandle e)

Callers

nothing calls this directly

Calls 1

addEntityMethod · 0.45

Tested by

no test coverage detected