Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
sweater_colorbase.c
Go to the documentation of this file.
1
class
Sweater_ColorBase
extends
Top_Base
2
{
3
override
void
SetActions
()
4
{
5
super.SetActions();
6
AddAction
(
ActionWringClothes
);
7
}
8
};
9
class
Sweater_Gray
extends
Sweater_ColorBase
{};
10
class
Sweater_Blue
extends
Sweater_ColorBase
{};
11
class
Sweater_Green
extends
Sweater_ColorBase
{};
12
class
Sweater_Red
extends
Sweater_ColorBase
{};
13
class
Sweater_ChristmasBlue
extends
Sweater_ColorBase
{};
14
class
Sweater_ChristmasGreen
extends
Sweater_ColorBase
{};
15
class
Sweater_ChristmasRed
extends
Sweater_ColorBase
{};
AddAction
void AddAction(typename actionName)
Definition
advancedcommunication.c:220
SetActions
void SetActions()
Definition
advancedcommunication.c:213
ActionWringClothes
Definition
actionwringclothes.c:13
Sweater_ColorBase
Definition
sweater_colorbase.c:9
Top_Base
Definition
bdujacket.c:2
Daten
4_world
entities
itembase
clothing
sweater_colorbase.c
Generated by
1.12.0