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

◆ OnDataReceive()

void BackendCallback::OnDataReceive ( string data,
int size )
inlineprivate

Called when data were recieved, you can ignore it when using callback to JsonStruct object with expand feature.

Аргументы
dataContain received data, may be JSON, plain text, XML or image
size

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

93 {
94 Print("[BackendCallback] Data received, size=" + size);
95 Print(data);
96 }
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки Print().