Dayz Explorer 1.28.160049
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();
12 }
13};
14
void AddAction(typename actionName)
void SetActions()
Result for an object found in CGame.IsBoxCollidingGeometryProxy.