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

Method ExtData

src/Ext/ParticleType/Body.h:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 Valueable<int> Gas_MaxDriftSpeed;
22
23 ExtData(ParticleTypeClass* OwnerObject) : Extension<ParticleTypeClass>(OwnerObject)
24 , Gas_MaxDriftSpeed { 2 }
25 { }
26
27 virtual ~ExtData() = default;
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected