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
12
class
BaseStaminaComponentClass
:
GameComponentClass
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
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
generated
Base
BaseStaminaComponent.c
Generated by
1.8.17