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

Method AddNavMeshConnnectionVec

Source/Game/EntityDescription.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void EntityDescription::AddNavMeshConnnectionVec(EntityDescriptionFieldType type, const std::vector<NavMeshConnectionData>& val) {
212 AddType(type);
213 fields.back().WriteNavMeshConnectionDataVec(val);
214}
215
216void EntityDescription::AddType(EntityDescriptionFieldType type) {
217 fields.resize(fields.size() + 1);

Callers 2

GetDescMethod · 0.80
LoadActorFromXMLFunction · 0.80

Calls 2

backMethod · 0.45

Tested by

no test coverage detected