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

Function ResetMapHashes

plugins/remotefortressreader/remotefortressreader.cpp:786–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786static command_result ResetMapHashes(color_ostream &stream, const EmptyMessage *in)
787{
788 hashes.clear();
789 waterHashes.clear();
790 buildingHashes.clear();
791 spatterHashes.clear();
792 itemHashes.clear();
793 engravingHashes.clear();
794 return CR_OK;
795}
796
797df::matter_state GetState(df::material * mat, uint16_t temp = 10015)
798{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected