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

◆ IsValidId()

static bool ParticleList::IsValidId ( int id)
inlinestaticprivate

Purely checks for an invalid number, does NOT mean it is actually registered.

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

471 {
472 return id != NONE && id != INVALID;
473 }
static const int NONE
Определения ParticleList.c:21
static const int INVALID
Определения ParticleList.c:20

Перекрестные ссылки INVALID и NONE.

Используется в GetParticleID(), WeaponParticlesBase::OnActivate() и AmmoEffects::PlayAmmoParticle().