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

◆ OnInteger()

void JsonApiStruct::OnInteger ( string name,
int value )
inlineprivate

Called when parsing integer value.

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

69 {
70 Print( "OnInteger: " + value );
71 }
proto void Print(void var)
Prints content of variable to console/log.

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