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

Method save

plugins/uicommon.h:395–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 }
394
395 void save()
396 {
397 config = DFHack::World::AddPersistentData(persistence_key);
398 config.ival(1) = id;
399 }
400
401 void remove()
402 {

Callers

nothing calls this directly

Calls 1

ivalMethod · 0.80

Tested by

no test coverage detected