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

◆ SetPersistentPairID()

void Entity::SetPersistentPairID ( int id)
inlineprotected

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

4144 {
4145 RemotelyActivatedItemBehaviour raib = GetRemotelyActivatedItemBehaviour();
4146 if (raib)
4147 {
4148 raib.SetPersistentPairID(id);
4149 }
4150 }
RemotelyActivatedItemBehaviour GetRemotelyActivatedItemBehaviour()
Remotely controlled devices helpers.

Перекрестные ссылки GetRemotelyActivatedItemBehaviour() и RemotelyActivatedItemBehaviour::SetPersistentPairID().