MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / FinalizeLoadedConnections

Method FinalizeLoadedConnections

Source/Objects/group.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void Group::FinalizeLoadedConnections() {
98 Object::FinalizeLoadedConnections();
99 for (auto& i : children) {
100 i.direct_ptr->ReceiveObjectMessage(OBJECT_MSG::FINALIZE_LOADED_CONNECTIONS);
101 }
102}
103
104bool Group::SetFromDesc(const EntityDescription& desc) {
105 bool ret = Object::SetFromDesc(desc);

Callers

nothing calls this directly

Calls 1

ReceiveObjectMessageMethod · 0.45

Tested by

no test coverage detected