DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
GameplayEffectWidgets_base.c
Go to the documentation of this file.
2{
3 int m_MaskWidgetUpdateCount;//number of times the widget was updated through a single voice event
4
5 void IncreaseMaskUpdateCount(){m_MaskWidgetUpdateCount++};
6 void ResetMaskUpdateCount(){m_MaskWidgetUpdateCount = 0};
7
13 void AddSuspendRequest(int request_id){}
14 void RemoveSuspendRequest(int request_id){}
17 void UpdateWidgets(int type = -1, float timeSlice = 0, Param p = null, int handle = -1){}
18 void Update(float timeSlice){}
19 void OnVoiceEvent(float breathing_resistance01){}
20 void SetBreathIntensityStamina(float stamina_cap, float stamina_current){}
21
23}
grouped gameplay effect widgets and their handling
TODO doc.
Definition EnScript.c:118
void Update(float timeSlice)
void UpdateWidgets(int type=-1, float timeSlice=0, Param p=null, int handle=-1)
void OnVoiceEvent(float breathing_resistance01)
void AddSuspendRequest(int request_id)
void RemoveActiveEffects(array< int > effects)
void RemoveSuspendRequest(int request_id)
void RegisterGameplayEffectData(int id, Param p)
void AddActiveEffects(array< int > effects)
void SetBreathIntensityStamina(float stamina_cap, float stamina_current)
Base Param Class with no parameters. Used as general purpose parameter overloaded with Param1 to Para...
Definition param.c:12
Result for an object found in CGame.IsBoxCollidingGeometryProxy.