MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getKeyValuePairs

Method getKeyValuePairs

plugins/script/interfaces/EntityInterface.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55Entity::KeyValuePairs ScriptEntityNode::getKeyValuePairs(const std::string& prefix) {
56 Entity* entity = Node_getEntity(*this);
57 return (entity != NULL) ? entity->getKeyValuePairs(prefix) : Entity::KeyValuePairs();
58}
59
60void ScriptEntityNode::forEachKeyValue(EntityVisitor& visitor) {
61 Entity* entity = Node_getEntity(*this);

Callers 6

readMissionLogicMethod · 0.45
clearEntityMethod · 0.45
clearEntityMethod · 0.45
clearMethod · 0.45
parseFromMapEntityMethod · 0.45

Calls 1

Node_getEntityFunction · 0.85

Tested by

no test coverage detected