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

Method contains

source/game/StarTilesetDatabase.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 bool Properties::contains(String const& name) const {
30 return m_properties.contains(name);
31 }
32
33 Maybe<BrushConstPtr> getClearBrush(bool value, Tiled::Properties&) {
34 if (value)

Callers 6

getObjectBrushFunction · 0.45
getVehicleBrushFunction · 0.45
getNpcBrushFunction · 0.45
getMonsterBrushFunction · 0.45
getStagehandBrushFunction · 0.45
TileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected