DayZ 1.26
DayZ Explorer by KGB
|
Закрытые статические члены | |
static int | IDToIndex (int id) |
static int | IDToMask (int id) |
static array< int > | CreateMaskArray (int size) |
Creates an array which will be able to accomodate 'size' number of unique IDs. | |
static int | GetBitCount (array< int > bit_array) |
Returns number of bits this array can hold. | |
static int | IDToNumOfItems (int id) |
Returns number of INTs required to hold this ID minus 1(ie for 32, the result is 0, for 33, the result is 1) | |
static array< int > | CreateArrayWithID (int id) |
static bool | IsMaskContainID (array< int > bit_array, int id) |
static bool | AddIDToMask (array< int > bit_array, int id) |
Перекрестные ссылки IDToMask() и IDToNumOfItems().
Перекрестные ссылки IDToMask() и IDToNumOfItems().
Creates an array which will be able to accomodate 'size' number of unique IDs.
Перекрестные ссылки IDToNumOfItems().
Перекрестные ссылки IDToIndex().
Используется в AddIDToMask(), CreateArrayWithID() и IsMaskContainID().
Returns number of INTs required to hold this ID minus 1(ie for 32, the result is 0, for 33, the result is 1)
Перекрестные ссылки BIT_INT_SIZE.
Используется в AddIDToMask(), CreateArrayWithID(), CreateMaskArray(), IDToIndex() и IsMaskContainID().
Перекрестные ссылки IDToMask() и IDToNumOfItems().