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

Method Load

src/Ext/Bullet/Trajectories/SampleTrajectory.cpp:6–11  ·  view source on GitHub ↗

Save and Load

Source from the content-addressed store, hash-verified

4
5// Save and Load
6bool SampleTrajectoryType::Load(PhobosStreamReader& Stm, bool RegisterForChange)
7{
8 this->PhobosTrajectoryType::Load(Stm, false);
9 Stm.Process(this->ExtraHeight, false);
10 return true;
11}
12
13bool SampleTrajectoryType::Save(PhobosStreamWriter& Stm) const
14{

Callers

nothing calls this directly

Calls 1

ProcessMethod · 0.45

Tested by

no test coverage detected