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

◆ OnInteractBranch()

void ComponentEnergyManager::OnInteractBranch ( EntityAI originalCaller,
Man player,
int system )
inlineprotected

Called when the player is interacting with an item containing this energy component, or when interacting with an item this device is connected to.

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

1580 {
1581 if (m_ThisEntityAI)
1582 m_ThisEntityAI.IncreaseLifetime();
1583
1584 }
EntityAI m_ThisEntityAI
Определения Component.c:24

Перекрестные ссылки Component::m_ThisEntityAI.

Используется в InteractBranch().