Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ isBiomeMod
Function
isBiomeMod
source/game/StarMaterialTypes.hpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
inline bool isBiomeMod(ModId mod) {
95
return mod == BiomeModId || mod == UndergroundBiomeModId;
96
}
97
}
Callers
1
replaceBiomeBlocks
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected