DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
UnregisterIgnoredAmmo()
static
bool
ImpactMaterials::UnregisterIgnoredAmmo
(
string
ammo
)
inline
static
private
См. определение в файле
ImpactEffects.c
строка
116
117
{
118
if
(
m_IgnoredAmmo
)
119
{
120
m_IgnoredAmmo
.Remove(ammo);
121
return
!
m_IgnoredAmmo
.Contains(ammo);
122
}
123
124
return
false
;
125
}
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