Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
DestructibleEntityClass.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
12 class DestructibleEntityClass: StaticModelEntityClass
13 {
14  proto external float GetMaxHealth();
15  proto external BaseDestructionPhase GetDestructionPhase(int phaseID);
16  proto external int GetNumDestructionPhases();
17  proto external float GetDamageReduction();
18  proto external float GetDamageThreshold();
19  proto external float GetDamageMultiplier(EDamageType type);
20  proto external float GetBaseDamageMultiplier();
21 }
22 
DestructibleEntityClass
Definition: DestructibleEntityClass.c:12
BaseDestructionPhase
Definition: BaseDestructionPhase.c:12
type
EDamageType type
Definition: SCR_DestructibleTreeV2.c:32
EDamageType
EDamageType
Definition: EDamageType.c:12