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

◆ OnVariablesSynchronized()

override void OnVariablesSynchronized ( )
protected

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

169 {
170 super.OnVariablesSynchronized();
171 //update visuals (client)
173
174 //update sound (client)
176 UpdateSound();
177
178 if (LogManager.IsBaseBuildingLogEnable()) bsbDebugPrint("[bsb] CombinationLock.OnVariablesSynchronized " + " m_Combination=" + m_Combination + " m_CombinationLocked=" + m_CombinationLocked);
179 }
class BaseBuildingBase extends ItemBase bsbDebugPrint(string s)
Определения BaseBuildingBase.c:1292
void UpdateSound()
Определения CombinationLock.c:422
void UpdateVisuals()
Определения CombinationLock.c:407
int m_Combination
Определения CombinationLock.c:15
int m_CombinationLocked
Определения CombinationLock.c:16
LockAction m_LockActionPerformed
Определения CombinationLock.c:20
static bool IsBaseBuildingLogEnable()
Определения Debug.c:698
Определения Debug.c:594

Перекрестные ссылки bsbDebugPrint(), LogManager::IsBaseBuildingLogEnable(), m_Combination, m_CombinationLocked, m_LockActionPerformed, UpdateSound() и UpdateVisuals().