DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetAmountOfDropsEx()
int
GetAmountOfDropsEx
(
ItemBase
item
,
EHarvestType
type
)
См. определение в файле
WoodBase.c
строка
128
129
{
130
if
(
GetPrimaryDropsAmount
() > 0 )
131
{
132
if
( IsTree() && item && type ==
EHarvestType
.BARK )
133
{
134
return
-1;
135
}
136
else
137
{
138
return
GetPrimaryDropsAmount
();
139
}
140
}
141
else
142
{
143
if
( item && type ==
EHarvestType
.BARK )
144
{
145
return
-1;
146
}
147
else
if
( item && type ==
EHarvestType
.NORMAL )
148
{
149
return
3;
150
}
151
else
152
{
153
return
100;
154
}
155
}
156
}
GetPrimaryDropsAmount
int GetPrimaryDropsAmount()
Определения
WoodBase.c:61
EHarvestType
EHarvestType
Определения
WoodBase.c:2
Перекрестные ссылки
GetPrimaryDropsAmount()
.
Ishodniki
scripts
4_World
Entities
WoodBase.c
Создано системой
1.13.2