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

◆ OnFileCreated()

void RestCallback::OnFileCreated ( string fileName,
int dataSize )
inlineprivate

Called when data arrived and/ or file created successfully.

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

85 {
86 // override this with your implementation
87 Print(" !!! OnFileCreated() file=" + fileName + " size=" + dataSize );
88 };
proto void Print(void var)
Prints content of variable to console/log.

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