Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CharacterStaminaComponent.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 /*void SCR_OnBreathStateChanged(float breathValue)
15 SCR_CALLBACK("protected void OnBreathStateChanged(float breathValue)");*/
16 /* EXAMPLE
17 class SCR_CharacterStaminaComp : CharacterStaminaComponent
18 {
19 override event void OnStaminaDrain(float pDrain)
20 {
21 Print("stamina drained");
22 }
23 }
24 */
25
31 proto external float GetBreathProgress();
36 proto external float GetBreathFrequency();
41 proto external float GetBreathMagnitude();
46 proto external void AddStamina(float pStamina);
47
48 // callbacks
49
54 event void OnStaminaDrain(float pDrain);
55}
56