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

Method LoadFromStream

src/Ext/Script/Body.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10// load / save
11
12void ScriptExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
13{
14 // Nothing yet
15}
16
17void ScriptExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected