DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
LeatherHat_ColorBase.c
См. документацию.
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
Определения
BaseballCap_ColorBase.c:2
LeatherHat_ColorBase
Определения
LeatherHat_ColorBase.c:22
Ishodniki
scripts
4_World
Entities
ItemBase
Clothing
LeatherHat_ColorBase.c
Создано системой
1.13.2