Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getObjectBrush
Function · 0.45
getVehicleBrush
Function · 0.45
getNpcBrush
Function · 0.45
getMonsterBrush
Function · 0.45
getStagehandBrush
Function · 0.45
Tile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected