MCPcopy Create free account
hub / github.com/The-Powder-Toy/The-Powder-Toy / SimulationData

Method SimulationData

src/simulation/SimulationData.cpp:330–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330SimulationData::SimulationData()
331{
332 msections = LoadMenus();
333 wtypes = LoadWalls();
334 elements = GetElements();
335 init_can_move();
336}
337
338bool SimulationData::IsHeatInsulator(const Particle &p) const
339{

Callers

nothing calls this directly

Calls 2

LoadMenusFunction · 0.85
LoadWallsFunction · 0.85

Tested by

no test coverage detected