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

◆ GetNumberOfSetBits()

int GetNumberOfSetBits ( int i)
protected

См. определение в файле 3_Game/DayZ/tools/tools.c строка 1053

1054{
1055 return Math.GetNumberOfSetBits(i);
1056}
Определения EnMath.c:7
static proto int GetNumberOfSetBits(int i)
returns the number of bits set in a bitmask i

Перекрестные ссылки Math::GetNumberOfSetBits().