Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Damage

Classes

class  SCR_DamageContext
class  BaseDamageContext
class  DamageAreaComponentClass
class  DamageEffectEvaluatorWrapper
class  Instigator

Enumerations

enum  InstigatorType {
  INSTIGATOR_NONE , INSTIGATOR_PLAYER , INSTIGATOR_AI , INSTIGATOR_GM ,
  INSTIGATOR_OTHER , INSTIGATOR_NONE , INSTIGATOR_PLAYER , INSTIGATOR_AI ,
  INSTIGATOR_GM , INSTIGATOR_OTHER
}
enum  InstigatorType {
  INSTIGATOR_NONE , INSTIGATOR_PLAYER , INSTIGATOR_AI , INSTIGATOR_GM ,
  INSTIGATOR_OTHER , INSTIGATOR_NONE , INSTIGATOR_PLAYER , INSTIGATOR_AI ,
  INSTIGATOR_GM , INSTIGATOR_OTHER
}

Functions

DamageAreaComponentClass ScriptComponentClass RegisterDamageArea (notnull DamageArea area)
proto external void UnregisterDamageArea (notnull DamageArea area)
proto external void GetDamageAreas (out notnull array< ref DamageArea > damageAreas)

Detailed Description

Enumeration Type Documentation

◆ InstigatorType [1/2]

Enumerator
INSTIGATOR_NONE 
INSTIGATOR_PLAYER 
INSTIGATOR_AI 
INSTIGATOR_GM 
INSTIGATOR_OTHER 
INSTIGATOR_NONE 
INSTIGATOR_PLAYER 
INSTIGATOR_AI 
INSTIGATOR_GM 
INSTIGATOR_OTHER 

Definition at line 12 of file InstigatorType.c.

◆ InstigatorType [2/2]

Enumerator
INSTIGATOR_NONE 
INSTIGATOR_PLAYER 
INSTIGATOR_AI 
INSTIGATOR_GM 
INSTIGATOR_OTHER 
INSTIGATOR_NONE 
INSTIGATOR_PLAYER 
INSTIGATOR_AI 
INSTIGATOR_GM 
INSTIGATOR_OTHER 

Definition at line 12 of file InstigatorType.c.

Function Documentation

◆ GetDamageAreas()

proto external void GetDamageAreas ( out notnull array< ref DamageArea > damageAreas)

Clears passed array (damageAreas) and fills it with all damageAreas owned by this component. Regardless if they have been registered or not

Parameters
array<DamageArea>damageAreas: An array that will be filled

◆ RegisterDamageArea()

DamageAreaComponentClass ScriptComponentClass RegisterDamageArea ( notnull DamageArea area)

◆ UnregisterDamageArea()

proto external void UnregisterDamageArea ( notnull DamageArea area)