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

◆ OnSuccess()

void RestCallback::OnSuccess ( string data,
int dataSize )
inlineprivate

Called when data arrived and/ or response processed successfully.

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

74 {
75 // override this with your implementation
76 Print(" !!! OnSuccess() size=" + dataSize );
77 if( dataSize > 0 )
78 Print(data); // !!! NOTE: Print() will not output string longer than 1024b, check your dataSize !!!
79 };
proto void Print(void var)
Prints content of variable to console/log.

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