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

Method isTilledMod

source/game/StarMaterialDatabase.cpp:489–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489bool MaterialDatabase::isTilledMod(ModId modId) const {
490 if (!isRealMod(modId))
491 return false;
492 return getModInfo(modId)->tilled;
493}
494
495bool MaterialDatabase::isSoil(MaterialId materialId) const {
496 if (!isRealMaterial(materialId))

Callers 1

anchorsValidMethod · 0.80

Calls 1

isRealModFunction · 0.85

Tested by

no test coverage detected