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

◆ ReadFile()

proto int ReadFile ( FileHandle file,
void param_array,
int length )

Reads raw data from file.

Аргументы
param_arrayReceiving array for the data. Valid types are int[] or string
lengthLength of data
Возвращает
number of read bytes

Используется в JsonFileLoader< Class T >::LoadFile().