DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ PhysicsGeomDef() [2/2]

void PhysicsGeomDef::PhysicsGeomDef ( string name,
dGeom geom,
string materialName,
int layerMask )
inlineprivate

См. определение в файле PhysicsGeomDef.c строка 18

19 {
20 Name = name;
21 Geometry = geom;
22 MaterialName = materialName;
23 LayerMask = layerMask;
24 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
string MaterialName
Material resource name.
Определения PhysicsGeomDef.c:15
int LayerMask
Bit mask of layers geometry belongs to.
Определения PhysicsGeomDef.c:16
string Name
Name of the element.
Определения PhysicsGeomDef.c:11
dGeom Geometry
Physics geometry shape.
Определения PhysicsGeomDef.c:12