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

◆ OnSetSlotLock()

void ItemBase::OnSetSlotLock ( int slotId,
bool locked,
bool was_locked )
inlineprotected

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

547 {
548 string slot_name = InventorySlots.GetSlotName( slotId );
549 if (LogManager.IsBaseBuildingLogEnable()) bsbDebugPrint( "inv: OnSetSlotLock " + GetDebugName( this ) + " slot=" + slot_name + " locked=" + locked + " was_locked=" + was_locked );
550
551 UpdateAttachmentVisuals( slot_name, locked );
552 UpdateAttachmentPhysics( slot_name, locked );
553 }
class BaseBuildingBase extends ItemBase bsbDebugPrint(string s)
Определения BaseBuildingBase.c:1292
void UpdateAttachmentVisuals(string slot_name, bool is_locked)
Определения BaseBuildingBase.c:785
void UpdateAttachmentPhysics(string slot_name, bool is_locked)
Определения BaseBuildingBase.c:855
override string GetDebugName()
Определения dayzplayer.c:1170

Перекрестные ссылки bsbDebugPrint(), GetDebugName(), InventorySlots::GetSlotName(), LogManager::IsBaseBuildingLogEnable(), UpdateAttachmentPhysics() и UpdateAttachmentVisuals().