Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseProjectileComponent.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 BaseProjectileComponent: GameComponent
17 {
18  proto external Instigator GetInstigator();
19  //Gets projectile entity
20  proto external IEntity GetParentProjectile();
21 }
22 
GameComponentClass
Definition: GameComponentClass.c:7
Instigator
Definition: Instigator.c:6
GetInstigator
BaseProjectileComponentClass GameComponentClass GetInstigator()
GetParentProjectile
proto external IEntity GetParentProjectile()
BaseProjectileComponentClass
Definition: BaseProjectileComponent.c:12
GameComponent
Definition: GameComponent.c:12