DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
PhysicsGeomDef.c
См. документацию.
1
5
9
class
PhysicsGeomDef
:
Managed
10
{
11
string
Name
;
12
dGeom
Geometry
;
13
vector
Frame
[4] = {
Vector
(1, 0, 0),
Vector
(0, 1, 0),
Vector
(0, 0, 1),
Vector
(0, 0, 0)};
14
int
ParentNode
= -1;
15
string
MaterialName
;
16
int
LayerMask
;
17
18
void
PhysicsGeomDef
(
string
name
,
dGeom
geom,
string
materialName,
int
layerMask)
19
{
20
Name
=
name
;
21
Geometry
= geom;
22
MaterialName
= materialName;
23
LayerMask
= layerMask;
24
}
25
26
}
27
name
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
Managed
TODO doc.
Определения
EnScript.c:118
PhysicsGeomDef::PhysicsGeomDef
void PhysicsGeomDef(string name, dGeom geom, string materialName, int layerMask)
Определения
PhysicsGeomDef.c:18
PhysicsGeomDef::MaterialName
string MaterialName
Material resource name.
Определения
PhysicsGeomDef.c:15
PhysicsGeomDef::LayerMask
int LayerMask
Bit mask of layers geometry belongs to.
Определения
PhysicsGeomDef.c:16
PhysicsGeomDef::Frame
vector Frame[4]
Local transformation.
Определения
PhysicsGeomDef.c:13
PhysicsGeomDef::Name
string Name
Name of the element.
Определения
PhysicsGeomDef.c:11
PhysicsGeomDef::Geometry
dGeom Geometry
Physics geometry shape.
Определения
PhysicsGeomDef.c:12
PhysicsGeomDef::ParentNode
int ParentNode
Bone the element can be attached to.
Определения
PhysicsGeomDef.c:14
vector
Определения
EnConvert.c:119
Vector
proto native vector Vector(float x, float y, float z)
Vector constructor from components.
dGeom
PhysicsGeom dGeom
Определения
PhysicsGeom.c:9
Ishodniki
scripts
1_Core
DayZ
Physics
PhysicsGeomDef.c
Создано системой
1.13.2