DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
UnregisterIgnoredAmmo()
static
bool
ImpactMaterials::UnregisterIgnoredAmmo
(
string
ammo
)
inline
static
private
См. определение в файле
ImpactEffects.c
строка
117
118
{
119
if
(
m_IgnoredAmmo
)
120
{
121
m_IgnoredAmmo
.Remove(ammo);
122
return
!
m_IgnoredAmmo
.Contains(ammo);
123
}
124
125
return
false
;
126
}
ImpactMaterials::m_IgnoredAmmo
static ref map< string, int > m_IgnoredAmmo
Map of ammo which will not spawn any impact effect.
Определения
ImpactEffects.c:34
Перекрестные ссылки
m_IgnoredAmmo
.
ImpactMaterials
Создано системой
1.13.2