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

◆ OnVariablesSynchronized()

override void Plastic_Explosive::OnVariablesSynchronized ( )
inlineprotected

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

76 {
77 super.OnVariablesSynchronized();
78
79 if (m_RAIB)
80 {
81 m_RAIB.OnVariableSynchronized();
82 }
83
84 int slotId = InventorySlots.GetSlotIdFromString(SLOT_TRIGGER);
85 UpdateVisuals(GetInventory().FindAttachment(slotId));
86 }
void UpdateVisuals()
Определения Construction.c:188
const string SLOT_TRIGGER
Определения Plastic_Explosive.c:3
ref RemotelyActivatedItemBehaviour m_RAIB
Определения Plastic_Explosive.c:8

Перекрестные ссылки InventorySlots::GetSlotIdFromString(), m_RAIB, SLOT_TRIGGER и UpdateVisuals().