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

◆ Pair() [1/2]

void RemotelyActivatedItemBehaviour::Pair ( )
inlineprotected

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

102 {
103 EntityAI device = EntityAI.Cast(GetGame().GetObjectByNetworkId(GetPairDeviceNetIdLow(), GetPairDeviceNetIdHigh()));
104 if (device)
105 {
106 Pair(device);
107 }
108 }
class LogManager EntityAI
proto native CGame GetGame()

Перекрестные ссылки GetGame(), GetPairDeviceNetIdHigh(), GetPairDeviceNetIdLow() и Pair().

Используется в OnAfterLoad(), OnStoreLoad(), OnVariableSynchronized() и Pair().