Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
330
SimulationData::SimulationData()
331
{
332
msections = LoadMenus();
333
wtypes = LoadWalls();
334
elements = GetElements();
335
init_can_move();
336
}
337
338
bool SimulationData::IsHeatInsulator(const Particle &p) const
339
{
Callers
nothing calls this directly
Calls
2
LoadMenus
Function · 0.85
LoadWalls
Function · 0.85
Tested by
no test coverage detected