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

◆ SetStoneCircleState()

void SetStoneCircleState ( bool has_stonecircle)
protected

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

1692 {
1693 if (m_HasStoneCircle != has_stonecircle)
1694 {
1695 m_HasStoneCircle = has_stonecircle;
1696
1697 GetInventory().SetSlotLock(InventorySlots.GetSlotIdFromString("Stones") , has_stonecircle);
1698
1699 Synchronize();
1700 }
1701 }
bool m_HasStoneCircle
Определения FireplaceBase.c:27
void Synchronize()
Определения FireplaceBase.c:488
static proto native int GetSlotIdFromString(string slot_name)
converts string to slot_id
provides access to slot configuration
Определения InventorySlots.c:6

Перекрестные ссылки InventorySlots::GetSlotIdFromString(), m_HasStoneCircle и Synchronize().