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

Закрытые члены

void JsonObject ()
 
void ~JsonObject ()
 
void Clear ()
 
void AddString (string name, string value)
 
void AddInt (string name, int value)
 
void AddFloat (string name, float value)
 
void AddBool (string name, bool value)
 
void AddVector2 (string name, float x, float y)
 
string GetJson ()
 

Закрытые данные

ref map< string, stringm_Strings
 
ref map< string, intm_Ints
 
ref map< string, floatm_Floats
 
ref map< string, boolm_Bools
 
ref map< string, ref Vector2m_Vectors2
 

Подробное описание

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