Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CharacterStaminaComponent.c
Go to the documentation of this file.
1[ComponentEditorProps(category: "GameScripted/Character", description: "Stamina component for character.", icon: HYBRID_COMPONENT_ICON)]
5
6class SCR_CharacterStaminaComponent : CharacterStaminaComponent
7{
8}
9
11class StaminaEventParams
12{
13}
14
16class MetabolismEventParams : StaminaEventParams
17{
18 [Attribute("0", UIWidgets.EditBox, "Defines how many calories will be added/subtracted when triggering OnStaminaDrain event.")]
19 float m_fCaloriesDrain;
20
21 [Attribute("0", UIWidgets.EditBox, "Defines how much hydration will be added/subtracted when triggering OnStaminaDrain event.")]
22 float m_fHydrationDrain;
23
24 [Attribute("0", UIWidgets.EditBox, "Defines how much energy will be added/subtracted when triggering OnStaminaDrain event.")]
25 float m_fEnergyDrain;
26}
enum EAIGroupCombatMode ComponentEditorProps(category:"GameScripted/AI", description:"Component for utility AI system for groups")
SCR_CharacterStaminaComponentClass CharacterStaminaComponentClass BaseContainerProps()] class StaminaEventParams
HYBRID_COMPONENT_ICON
Default icon for all components written in script that don't inherit ScriptComponent.
SCR_FieldOfViewSettings Attribute