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

Method SaveToStream

src/Ext/TAction/Body.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void TActionExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
34{
35 Extension<TActionClass>::SaveToStream(Stm);
36 this->Serialize(Stm);
37}
38
39bool TActionExt::Execute(TActionClass* pThis, HouseClass* pHouse, ObjectClass* pObject,
40 TriggerClass* pTrigger, CellStruct const& location, bool& bHandled)

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected