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

Method BlockFlags

library/modules/MapCache.cpp:760–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

758}
759
760t_blockflags MapExtras::Block::BlockFlags()
761{
762 return block ? block->flags : t_blockflags();
763}
764
765bool MapExtras::Block::isDirty()
766{

Callers 2

df_liquids_executeFunction · 0.80
df_tilesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected