Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ tileDamageIsPenetrating
Function
tileDamageIsPenetrating
source/game/StarTileDamage.cpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
};
44
45
bool tileDamageIsPenetrating(TileDamageType damageType) {
46
return damageType == TileDamageType::Explosive;
47
}
48
49
TileDamage::TileDamage() : type(), amount(), harvestLevel() {}
50
Callers
4
tileDamageParameters
Function · 0.85
replaceTile
Method · 0.85
damageTiles
Method · 0.85
updateDamagedBlocks
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected