|
@@ -2951,6 +2951,9 @@ Methods:
|
|
|
- void SetArray(const JSONArray& value)
|
|
- void SetArray(const JSONArray& value)
|
|
|
- void SetObject(const JSONObject& value)
|
|
- void SetObject(const JSONObject& value)
|
|
|
- JSONValueType GetValueType() const
|
|
- JSONValueType GetValueType() const
|
|
|
|
|
+- JSONNumberType GetNumberType() const
|
|
|
|
|
+- String GetValueTypeName() const
|
|
|
|
|
+- String GetNumberTypeName() const
|
|
|
- bool IsNull() const
|
|
- bool IsNull() const
|
|
|
- bool IsBool() const
|
|
- bool IsBool() const
|
|
|
- bool IsNumber() const
|
|
- bool IsNumber() const
|
|
@@ -2986,6 +2989,10 @@ Properties:
|
|
|
- const JSONArray emptyArray
|
|
- const JSONArray emptyArray
|
|
|
- const JSONObject emptyObject
|
|
- const JSONObject emptyObject
|
|
|
- bool null (readonly)
|
|
- bool null (readonly)
|
|
|
|
|
+- JSONValueType valueType (readonly)
|
|
|
|
|
+- JSONNumberType numberType (readonly)
|
|
|
|
|
+- String valueTypeName (readonly)
|
|
|
|
|
+- String numberTypeName (readonly)
|
|
|
|
|
|
|
|
<a name="Class_JoystickState"></a>
|
|
<a name="Class_JoystickState"></a>
|
|
|
### JoystickState
|
|
### JoystickState
|
|
@@ -7843,6 +7850,13 @@ Properties:
|
|
|
- int INTERSECTS
|
|
- int INTERSECTS
|
|
|
- int INSIDE
|
|
- int INSIDE
|
|
|
|
|
|
|
|
|
|
+### JSONNumberType
|
|
|
|
|
+
|
|
|
|
|
+- int JSONNT_NAN
|
|
|
|
|
+- int JSONNT_INT
|
|
|
|
|
+- int JSONNT_UINT
|
|
|
|
|
+- int JSONNT_FLOAT_DOUBLE
|
|
|
|
|
+
|
|
|
### JSONValueType
|
|
### JSONValueType
|
|
|
|
|
|
|
|
- int JSON_NULL
|
|
- int JSON_NULL
|