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

◆ Get()

T SimpleCircularBuffer< Class T >::Get ( T pIndex)
inlineprivate

Returns value from given index.

Аргументы
pIndexsize of the buffer

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

45 {
46 return m_Samples[pIndex];
47 }
ref array< T > m_Samples
Определения SimpleCircularBuffer.c:5

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