Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
leatherhat_colorbase.c
Go to the documentation of this file.
1
class
LeatherHat_ColorBase
extends
HeadGear_Base
2
{
3
/*override bool CanPutAsAttachment( EntityAI parent )
4
{
5
if(!super.CanPutAsAttachment(parent)) {return false;}
6
bool is_mask_only = false;
7
8
if ( parent.FindAttachmentBySlotName( "Mask" ) )
9
{
10
is_mask_only = parent.FindAttachmentBySlotName( "Mask" ).ConfigGetBool( "noHelmet" );
11
}
12
13
if ( ( GetNumberOfItems() == 0 || !parent || parent.IsMan() ) && !is_mask_only )
14
{
15
return true;
16
}
17
return false;
18
}*/
19
}
20
21
class
LeatherHat_Natural
extends
LeatherHat_ColorBase
{};
22
class
LeatherHat_Beige
extends
LeatherHat_ColorBase
{};
23
class
LeatherHat_Brown
extends
LeatherHat_ColorBase
{};
24
class
LeatherHat_Black
extends
LeatherHat_ColorBase
{};
HeadGear_Base
hard helmet base
Definition:
baseballcap_colorbase.c:1
LeatherHat_ColorBase
Definition:
leatherhat_colorbase.c:22
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
clothing
leatherhat_colorbase.c
Generated by
1.8.17