DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
LeatherHat_ColorBase.c
См. документацию.
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
21class LeatherHat_Natural extends LeatherHat_ColorBase {};
22class LeatherHat_Beige extends LeatherHat_ColorBase {};
23class LeatherHat_Brown extends LeatherHat_ColorBase {};
24class LeatherHat_Black extends LeatherHat_ColorBase {};
hard helmet base
Определения BaseballCap_ColorBase.c:2