DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CanSwapEntities()
override
bool
ItemBase::CanSwapEntities
(
EntityAI
otherItem
,
InventoryLocation
otherDestination
,
InventoryLocation
destination
)
inline
private
См. определение в файле
Rag.c
строка
3
4
{
5
if
(!super.CanSwapEntities(otherItem, otherDestination, destination))
6
{
7
return
false
;
8
}
9
10
if
(Torch.Cast(GetHierarchyParent()) && otherItem.IsInherited(Rag))
11
{
12
return
false
;
13
}
14
15
return
true
;
16
}
ItemBase
Создано системой
1.13.2