![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | JsonObject () |
| void | ~JsonObject () |
| void | AddBool (string name, bool value) |
| void | AddFloat (string name, float value) |
| void | AddInt (string name, int value) |
| void | AddString (string name, string value) |
| void | AddVector2 (string name, float x, float y) |
| void | Clear () |
| string | GetJson () |
Private Attributes | |
| ref map< string, bool > | m_Bools |
| ref map< string, float > | m_Floats |
| ref map< string, int > | m_Ints |
| ref map< string, string > | m_Strings |
| ref map< string, ref Vector2 > | m_Vectors2 |
Definition at line 1 of file jsonobject.c.
|
inlineprivate |
Definition at line 9 of file jsonobject.c.
References m_Bools, m_Floats, m_Ints, m_Strings, and m_Vectors2.
|
inlineprivate |
Definition at line 18 of file jsonobject.c.
References Clear().
Definition at line 74 of file jsonobject.c.
Definition at line 69 of file jsonobject.c.
Definition at line 64 of file jsonobject.c.
Definition at line 32 of file jsonobject.c.
References string::Length(), m_Strings, name, and string::Split().
Definition at line 79 of file jsonobject.c.
References m_Vectors2, name, x, and y.
|
inlineprivate |
Definition at line 23 of file jsonobject.c.
References m_Bools, m_Floats, m_Ints, m_Strings, and m_Vectors2.
Referenced by ~JsonObject().
|
inlineprivate |
Definition at line 85 of file jsonobject.c.
References string::Length(), m_Bools, m_Floats, m_Ints, m_Strings, m_Vectors2, name, Vector2::x, and Vector2::y.
Definition at line 6 of file jsonobject.c.
Referenced by JsonObject(), AddBool(), Clear(), and GetJson().
Definition at line 5 of file jsonobject.c.
Referenced by JsonObject(), AddFloat(), Clear(), and GetJson().
Definition at line 4 of file jsonobject.c.
Referenced by JsonObject(), AddInt(), Clear(), and GetJson().
Definition at line 3 of file jsonobject.c.
Referenced by JsonObject(), AddString(), Clear(), and GetJson().
Definition at line 7 of file jsonobject.c.
Referenced by JsonObject(), AddVector2(), Clear(), and GetJson().