Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseStaminaComponent.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 BaseStaminaComponent: GameComponent
17 {
18  proto external IEntity GetOwner();
20  proto external float GetStamina();
21 }
22 
GameComponentClass
Definition: GameComponentClass.c:7
GetStamina
proto external float GetStamina()
Get the current stamina value <0..1>.
GetOwner
BaseStaminaComponentClass GameComponentClass GetOwner()
Owner entity of the fuel tank.
Definition: SCR_FuelNode.c:128
BaseStaminaComponentClass
Definition: BaseStaminaComponent.c:12
GameComponent
Definition: GameComponent.c:12