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

Method exportAndRemoveNPC

src/engine/World.cpp:1075–1080  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073}
1074
1075json WorldInstance::exportAndRemoveNPC(Handle::EntityHandle entityHandle)
1076{
1077 json j = exportNPC(entityHandle);
1078 VobTypes::Wld_RemoveNpc(*this, entityHandle);
1079 return j;
1080}
1081
1082void WorldInstance::exportControllers(Logic::Controller* logicController, Logic::VisualController* visualController, json& j)
1083{

Callers 1

switchToWorldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected