DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ CanExecuteLambda()

bool ReplaceItemWithNewLambdaBase::CanExecuteLambda ( )
inlineprotected

См. определение в файле ReplaceItemWithNewLambdaBase.c строка 31

32 {
33 if (m_OldItem)
34 if (GameInventory.LocationCanRemoveEntity(m_OldLocation))
35 //if (WantCreateNewEntity() GameInventory.LocationTestAddEntityType(m_NewItemType, true, true, false, true))
36 return true;
37 return false;
38 }
ref InventoryLocation m_OldLocation
Определения ReplaceItemWithNewLambdaBase.c:8

Перекрестные ссылки GameInventory::LocationCanRemoveEntity(), m_OldItem и m_OldLocation.

Используется в Execute().