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

Method GetDesc

Source/Objects/navmeshconnectionobject.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void NavmeshConnectionObject::GetDesc(EntityDescription& desc) const {
170 Object::GetDesc(desc);
171 desc.AddString(EDF_FILE_PATH, "");
172 desc.AddNavMeshConnnectionVec(EDF_NAV_MESH_CONNECTIONS, connections);
173}
174
175bool NavmeshConnectionObject::SetFromDesc(const EntityDescription& desc) {
176 bool ret = Object::SetFromDesc(desc);

Callers

nothing calls this directly

Calls 2

AddStringMethod · 0.45

Tested by

no test coverage detected