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

◆ Unpair()

void RemotelyActivatedItemBehaviour::Unpair ( )
inlineprotected

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

123 {
126
127 if (m_PairDevice)
128 {
129 m_PairDevice.SetSynchDirty();
130 m_PairDevice = null;
131 }
132
133 if (m_PersistentPairID != int.MIN)
134 {
137 }
138
139 m_PersistentPairID = int.MIN;
140 m_Parent.SetSynchDirty();
141 }
const int MIN
Определения EnConvert.c:28
static ref map< int, EntityAI > m_RemoteReceivers

Перекрестные ссылки m_PairDevice, m_PairDeviceNetIdHigh, m_PairDeviceNetIdLow, m_Parent, m_PersistentPairID, m_RemoteReceivers и MIN.

Используется в UnpairRemote() и ~RemotelyActivatedItemBehaviour().