Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
eyepatch_improvised.c
Go to the documentation of this file.
1class EyePatch_Improvised extends Glasses_Base
2{
3 override array<int> GetEffectWidgetTypes()
4 {
5 return {EffectWidgetsTypes.EYEPATCH_OCCLUDER};
6 }
7
8 override void SetActions()
9 {
10 super.SetActions();
11 AddAction(ActionWringClothes);
12 }
13};
14
void AddAction(typename actionName)
override void SetActions()