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

◆ Clear()

void JsonObject::Clear ( )
inlineprivate

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

24 {
25 m_Strings.Clear();
26 m_Ints.Clear();
27 m_Floats.Clear();
28 m_Bools.Clear();
29 m_Vectors2.Clear();
30 }
ref map< string, string > m_Strings
Определения JsonObject.c:3
ref map< string, float > m_Floats
Определения JsonObject.c:5
ref map< string, int > m_Ints
Определения JsonObject.c:4
ref map< string, ref Vector2 > m_Vectors2
Определения JsonObject.c:7
ref map< string, bool > m_Bools
Определения JsonObject.c:6

Перекрестные ссылки m_Bools, m_Floats, m_Ints, m_Strings и m_Vectors2.

Используется в ~JsonObject().