MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / LoadGlobals

Method LoadGlobals

src/Ext/Building/Body.cpp:490–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490bool BuildingExt::LoadGlobals(PhobosStreamReader& Stm)
491{
492 return Stm
493 .Success();
494}
495
496bool BuildingExt::SaveGlobals(PhobosStreamWriter& Stm)
497{

Callers

nothing calls this directly

Calls 1

SuccessMethod · 0.80

Tested by

no test coverage detected