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

Method Load

src/Ext/BuildingType/Body.cpp:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301bool BuildingTypeExt::ExtContainer::Load(BuildingTypeClass* pThis, IStream* pStm)
302{
303 BuildingTypeExt::ExtData* pData = this->LoadKey(pThis, pStm);
304
305 return pData != nullptr;
306};
307
308bool BuildingTypeExt::LoadGlobals(PhobosStreamReader& Stm)
309{

Callers

nothing calls this directly

Calls 1

LoadKeyMethod · 0.80

Tested by

no test coverage detected