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

◆ IsTypeExist()

static bool Component::IsTypeExist ( int comp_type)
inlinestaticprotected

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

63 {
64 if ( comp_type < 0 || comp_type >= COMP_TYPE_COUNT )
65 {
66 return false;
67 }
68
69 return true;
70 }
const int COMP_TYPE_COUNT
Определения Component.c:12

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

Используется в ComponentsBank::CreateComponent(), ComponentsBank::GetComponent() и GetNameByType().