Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
eyepatch_improvised.c
Go to the documentation of this file.
1
class
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
Glasses_Base
Definition:
aviatorglasses.c:1
AddAction
void AddAction(typename actionName)
Definition:
advancedcommunication.c:86
SetActions
void SetActions()
Definition:
advancedcommunication.c:79
array
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
Definition:
isboxcollidinggeometryproxyclasses.c:27
ActionWringClothes
Definition:
actionwringclothes.c:12
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
clothing
eyepatch_improvised.c
Generated by
1.8.17