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

◆ SetPersistentPairID()

void Entity::SetPersistentPairID ( int id)
inlineprotected

См. определение в файле 3_Game/Entities/EntityAI.c строка 4148

4149 {
4150 RemotelyActivatedItemBehaviour raib = GetRemotelyActivatedItemBehaviour();
4151 if (raib)
4152 {
4153 raib.SetPersistentPairID(id);
4154 }
4155 }
RemotelyActivatedItemBehaviour GetRemotelyActivatedItemBehaviour()
Remotely controlled devices helpers.

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