DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetDieOffSpeed()
float
PluginBase::GetDieOffSpeed
(
int
agent_id
)
inline
protected
См. определение в файле
PluginTransmissionAgents.c
строка
167
168
{
169
if
( !
m_AgentList
.Get(agent_id) )
170
return
0;
171
return
m_AgentList
.Get(agent_id).GetDieOffSpeed();
172
}
PluginBase::m_AgentList
static ref map< int, ref AgentBase > m_AgentList
Определения
PluginTransmissionAgents.c:10
Перекрестные ссылки
m_AgentList
.
PluginBase
Создано системой
1.13.2