Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ SaveToStream
Method
SaveToStream
src/Ext/SWType/Body.cpp:187–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
}
186
187
void SWTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
188
{
189
Extension<SuperWeaponTypeClass>::SaveToStream(Stm);
190
this->Serialize(Stm);
191
}
192
193
bool SWTypeExt::LoadGlobals(PhobosStreamReader& Stm)
194
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.95
Tested by
no test coverage detected