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

◆ SetPersistentPairID()

void Entity::SetPersistentPairID ( int id)
inlineprotected

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

4201 {
4202 RemotelyActivatedItemBehaviour raib = GetRemotelyActivatedItemBehaviour();
4203 if (raib)
4204 {
4205 raib.SetPersistentPairID(id);
4206 }
4207 }
RemotelyActivatedItemBehaviour GetRemotelyActivatedItemBehaviour()
Remotely controlled devices helpers.

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