Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BaseScreenEffect.c
Go to the documentation of this file.
1 class SCR_BaseScreenEffect : SCR_InfoDisplayExtended
2 {
3  //------------------------------------------------------------------------------------------------
4  override void DisplayStartDraw(IEntity owner)
5  {
6  }
7 
8  //------------------------------------------------------------------------------------------------
12  void SettingsChanged()
13  {
14  }
15 
16  //------------------------------------------------------------------------------------------------
17  override void DisplayControlledEntityChanged(IEntity from, IEntity to)
18  {
19  }
20 
21  //------------------------------------------------------------------------------------------------
22  override event void DisplayUpdate(IEntity owner, float timeSlice)
23  {
24  }
25 
26  //------------------------------------------------------------------------------------------------
28  void UpdateEffect(float timeSlice)
29  {
30  }
31 
32  //------------------------------------------------------------------------------------------------
35  void ClearEffects()
36  {
37  }
38 };
SCR_BaseScreenEffect
Definition: SCR_BaseScreenEffect.c:1