Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseAimingComponent.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 BaseAimingComponent: GameComponent
17 {
18  proto external IEntity GetOwner();
19 }
20 
GameComponentClass
Definition: GameComponentClass.c:7
GetOwner
BaseAimingComponentClass GameComponentClass GetOwner()
This component takes care of sending chat messages.
Definition: SCR_FuelNode.c:128
BaseAimingComponentClass
Definition: BaseAimingComponent.c:12
GameComponent
Definition: GameComponent.c:12