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

◆ OnBoolean()

void JsonApiStruct::OnBoolean ( string name,
bool value )
inlineprivate

Called when parsing boolean value.

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

85 {
86 Print( "OnBoolean: " + value );
87 }
proto void Print(void var)
Prints content of variable to console/log.

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