Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseDamageContext.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
12
class
BaseDamageContext
: Managed
13
{
14
// damage type
15
EDamageType
damageType;
16
// amount of damage
17
float
damageValue;
18
// damaged entity
19
IEntity hitEntity =
null
;
20
// collider ID - if exists
21
int
colliderID;
22
// hitzone to damage
23
HitZone
struckHitZone;
24
//projectile
25
IEntity damageSource;
26
//instigator
27
ref
Instigator
instigator;
28
// hit surface physics material
29
GameMaterial
material;
30
// hit position
31
vector hitPosition;
32
// hit direction
33
vector hitDirection;
34
// hit surface normal
35
vector hitNormal;
36
// projectile velocity in time of impact
37
vector impactVelocity;
38
// bone index in mesh obj
39
int
boneIndex;
40
41
}
42
BaseDamageContext
Definition:
BaseDamageContext.c:12
HitZone
Definition:
HitZone.c:12
Instigator
Definition:
Instigator.c:6
EDamageType
EDamageType
Definition:
EDamageType.c:12
GameMaterial
Definition:
GameMaterial.c:12
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Damage
BaseDamageContext.c
Generated by
1.8.17