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