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

Method GetDesc

Source/Objects/pathpointobject.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void PathPointObject::GetDesc(EntityDescription& desc) const {
121 Object::GetDesc(desc);
122 desc.AddString(EDF_FILE_PATH, "");
123 desc.AddIntVec(EDF_CONNECTIONS, connection_ids);
124}
125
126bool PathPointObject::SetFromDesc(const EntityDescription& desc) {
127 bool ret = Object::SetFromDesc(desc);

Callers

nothing calls this directly

Calls 2

AddIntVecMethod · 0.80
AddStringMethod · 0.45

Tested by

no test coverage detected