MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SaveEmpty

Method SaveEmpty

src/script/script_instance.cpp:507–511  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

505}
506
507/* static */ void ScriptInstance::SaveEmpty()
508{
509 _script_sl_byte = 0;
510 SlObject(nullptr, _script_byte);
511}
512
513void ScriptInstance::Save()
514{

Callers

nothing calls this directly

Calls 1

SlObjectFunction · 0.85

Tested by

no test coverage detected