MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / inherit

Method inherit

source/game/StarTilesetDatabase.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 Properties Properties::inherit(Json const& properties) const {
22 return jsonMerge(properties, m_properties);
23 }
24
25 Properties Properties::inherit(Properties const& properties) const {
26 return jsonMerge(properties.m_properties, m_properties);

Callers 3

TileMethod · 0.80
TilesetMethod · 0.80
TMXObjectMethod · 0.80

Calls 1

jsonMergeFunction · 0.50

Tested by

no test coverage detected