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

Method AddIntVec

Source/Game/EntityDescription.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void EntityDescription::AddIntVec(EntityDescriptionFieldType type, const std::vector<int>& val) {
86 AddType(type);
87 fields.back().WriteIntVec(val);
88}
89
90void EntityDescription::AddString(EntityDescriptionFieldType type, const std::string& val) {
91 AddType(type);

Callers 8

GetDescMethod · 0.80
GetDescMethod · 0.80
GetDescMethod · 0.80
GetDescMethod · 0.80
GetDescMethod · 0.80
LoadActorFromXMLFunction · 0.80
LoadHotspotFromXMLFunction · 0.80

Calls 2

WriteIntVecMethod · 0.80
backMethod · 0.45

Tested by

no test coverage detected