MCPcopy Create free account
hub / github.com/SpartanJ/eepp / addProperty

Method addProperty

src/modules/maps/src/eepp/maps/tilemap.cpp:773–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771}
772
773void TileMap::addProperty( std::string Text, std::string Value ) {
774 mProperties[Text] = Value;
775}
776
777void TileMap::editProperty( std::string Text, std::string Value ) {
778 mProperties[Text] = Value;

Callers 4

loadFromStreamMethod · 0.45
savePropertiesMethod · 0.45
savePropertiesMethod · 0.45
savePropertiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected