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

◆ GetDieOffSpeed()

float PluginBase::GetDieOffSpeed ( int agent_id)
inlineprotected

Returns dieOfSpeed attribute for given agent (see GetDieOffSpeedEx())

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

135 {
136 if( !m_AgentList.Get(agent_id) )
137 return 0;
138 return m_AgentList.Get(agent_id).GetDieOffSpeed();
139 }
static ref map< int, ref AgentBase > m_AgentList
Определения PluginTransmissionAgents.c:15

Перекрестные ссылки m_AgentList.