Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ clearAnchoredObjects
Method
clearAnchoredObjects
source/game/StarDungeonGenerator.cpp:633–635 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
631
}
632
633
bool Part::clearAnchoredObjects() const {
634
return m_clearAnchoredObjects;
635
}
636
637
int Part::placementLevelConstraint() const {
638
Vec2I air = {0, size().y()};
Callers
1
buildDungeon
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected