Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ materialSpaces
Method
materialSpaces
source/game/StarObject.cpp:367–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
List<MaterialSpace> Object::materialSpaces() const {
368
return m_materialSpaces.get();
369
}
370
371
List<Vec2I> Object::roots() const {
372
if (m_config->rooting) {
Callers
1
updateTileEntityTiles
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected