Arma Reforger Script API
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
Damage

Classes

interface  Instigator
 
interface  SCR_DamageContext
 
interface  BaseDamageContext
 

Enumerations

enum  InstigatorType { InstigatorType.INSTIGATOR_NONE , InstigatorType.INSTIGATOR_PLAYER , InstigatorType.INSTIGATOR_AI }
 

Functions

void SCR_DamageContext.SCR_DamageContext (EDamageType type, float damage, out vector hitPosDirNorm[3], IEntity entity, HitZone hitzone, notnull Instigator dmgDealer, GameMaterial hitMaterial, int colliderIndex, int boneNodeIndex)
 

Detailed Description

Enumeration Type Documentation

◆ InstigatorType

Enumerator
INSTIGATOR_NONE 
INSTIGATOR_PLAYER 
INSTIGATOR_AI 

Function Documentation

◆ SCR_DamageContext()

void SCR_DamageContext.SCR_DamageContext ( EDamageType  type,
float  damage,
out vector  hitPosDirNorm[3],
IEntity  entity,
HitZone  hitzone,
notnull Instigator  dmgDealer,
GameMaterial  hitMaterial,
int  colliderIndex,
int  boneNodeIndex 
)