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

Method Serialize

src/Ext/OverlayType/Body.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13template <typename T>
14void OverlayTypeExt::ExtData::Serialize(T& Stm)
15{
16 Stm
17 .Process(this->PaletteFile)
18 ;
19}
20
21void OverlayTypeExt::ExtData::LoadFromINIFile(CCINIClass* const pINI)
22{

Callers 2

LoadFromStreamMethod · 0.95
SaveToStreamMethod · 0.95

Calls 1

ProcessMethod · 0.45

Tested by

no test coverage detected