Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
AnimalControllerComponent.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
13 {
14 }
15 
16 class AnimalControllerComponent: BaseControllerComponent
17 {
18  //instigator can never be null
19  proto external void Die(notnull Instigator instigator);
20  proto external bool IsDead();
21 }
22 
BaseControllerComponentClass
Definition: BaseControllerComponent.c:12
Die
AnimalControllerComponentClass BaseControllerComponentClass Die(notnull Instigator instigator)
Instigator
Definition: Instigator.c:6
AnimalControllerComponentClass
Definition: AnimalControllerComponent.c:12
IsDead
proto external bool IsDead()