1 Star 0 Fork 6

git123hub / The-Powder-Toy-mod1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INDC.cpp 924 Bytes
一键复制 编辑 原始数据 按行查看 历史
My main account 提交于 2020-04-09 18:52 . Add files via upload
#include "simulation/Elements.h"
//#TPT-Directive ElementClass Element_INDC PT_INDC 193
Element_INDC::Element_INDC()
{
Identifier = "DEFAULT_PT_INDC";
Name = "INDC";
Colour = PIXPACK(0x555555);
MenuVisible = 1;
MenuSection = SC_ELEC;
Enabled = 1;
Advection = 0.0f;
AirDrag = 0.00f * CFDS;
AirLoss = 0.95f;
Loss = 0.00f;
Collision = 0.0f;
Gravity = 0.0f;
Diffusion = 0.00f;
HotAir = 0.000f * CFDS;
Falldown = 0;
Flammable = 0;
Explosive = 0;
Meltable = 0;
Hardness = 0;
Weight = 100;
HeatConduct = 251;
Description = "Indestructible Conductor.";
Properties = TYPE_SOLID|PROP_CONDUCTS|PROP_LIFE_DEC;
Properties2 = PROP_NODESTRUCT;
LowPressure = IPL;
LowPressureTransition = NT;
HighPressure = IPH;
HighPressureTransition = NT;
LowTemperature = ITL;
LowTemperatureTransition = NT;
HighTemperature = ITH;
HighTemperatureTransition = NT;
Update = NULL;
}
Element_INDC::~Element_INDC() {}
1
https://gitee.com/git123hub/the-powder-toy.git
git@gitee.com:git123hub/the-powder-toy.git
git123hub
the-powder-toy
The-Powder-Toy-mod1
mod-1

搜索帮助