MCPcopy Create free account
hub / github.com/DFHack/dfhack / isAirMaterial

Function isAirMaterial

library/include/TileTypes.h:187–187  ·  view source on GitHub ↗

Air

Source from the content-addressed store, hash-verified

185
186 // Air
187 inline bool isAirMaterial(df::tiletype_material mat) { return mat == tiletype_material::AIR; }
188 inline bool isAirMaterial(df::tiletype tt) { return isAirMaterial(tileMaterial(tt)); }
189
190 // Soil

Callers

nothing calls this directly

Calls 1

tileMaterialFunction · 0.85

Tested by

no test coverage detected