|
@@ -6771,14 +6771,14 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
-- JSONValue CreateRoot(JSONValueType = JSON_ANY)
|
|
|
|
|
-- JSONValue GetRoot(JSONValueType = JSON_ANY)
|
|
|
|
|
|
|
+- const JSONValue& GetRoot()
|
|
|
- bool Load(File@)
|
|
- bool Load(File@)
|
|
|
- bool Load(VectorBuffer&)
|
|
- bool Load(VectorBuffer&)
|
|
|
- bool Save(File@) const
|
|
- bool Save(File@) const
|
|
|
- bool Save(File@, const String&) const
|
|
- bool Save(File@, const String&) const
|
|
|
- bool Save(VectorBuffer&) const
|
|
- bool Save(VectorBuffer&) const
|
|
|
- void SendEvent(const String&, VariantMap& = VariantMap ( ))
|
|
- void SendEvent(const String&, VariantMap& = VariantMap ( ))
|
|
|
|
|
+- void SetRoot(const JSONValue&)
|
|
|
|
|
|
|
|
Properties:
|
|
Properties:
|
|
|
|
|
|
|
@@ -6798,100 +6798,33 @@ Properties:
|
|
|
|
|
|
|
|
Methods:
|
|
Methods:
|
|
|
|
|
|
|
|
-- void AddBool(bool)
|
|
|
|
|
-- void AddColor(const Color&)
|
|
|
|
|
-- void AddDouble(double)
|
|
|
|
|
-- void AddFloat(float)
|
|
|
|
|
-- void AddInt(int)
|
|
|
|
|
-- void AddIntRect(const IntRect&)
|
|
|
|
|
-- void AddIntVector2(const IntVector2&)
|
|
|
|
|
-- void AddMatrix3(const Matrix3&)
|
|
|
|
|
-- void AddMatrix3x4(const Matrix3x4&)
|
|
|
|
|
-- void AddMatrix4(const Matrix4&)
|
|
|
|
|
-- void AddQuaternion(const Quaternion&)
|
|
|
|
|
-- void AddResourceRef(const ResourceRef&)
|
|
|
|
|
-- void AddResourceRefList(const ResourceRefList&)
|
|
|
|
|
-- void AddString(const String)
|
|
|
|
|
-- void AddVariant(const Variant&)
|
|
|
|
|
-- void AddVariantValue(const Variant&)
|
|
|
|
|
-- void AddVector2(const Vector2&)
|
|
|
|
|
-- void AddVector3(const Vector3&)
|
|
|
|
|
-- void AddVector4(const Vector4&)
|
|
|
|
|
-- void AddVectorVariant(const Variant&)
|
|
|
|
|
-- JSONValue CreateChild(JSONValueType = JSON_OBJECT)
|
|
|
|
|
-- JSONValue CreateChild(const String&, JSONValueType = JSON_OBJECT)
|
|
|
|
|
-- bool GetBool(const String&) const
|
|
|
|
|
-- bool GetBool(uint) const
|
|
|
|
|
-- JSONValue GetChild(const String&, JSONValueType = JSON_ANY) const
|
|
|
|
|
-- JSONValue GetChild(uint, JSONValueType = JSON_ANY) const
|
|
|
|
|
-- String[]@ GetChildNames() const
|
|
|
|
|
-- Color GetColor(const String&) const
|
|
|
|
|
-- Color GetColor(uint) const
|
|
|
|
|
-- double GetDouble(const String&) const
|
|
|
|
|
-- double GetDouble(uint) const
|
|
|
|
|
-- float GetFloat(const String&) const
|
|
|
|
|
-- float GetFloat(uint) const
|
|
|
|
|
-- int GetInt(const String&) const
|
|
|
|
|
-- int GetInt(uint) const
|
|
|
|
|
-- IntRect GetIntRect(const String&) const
|
|
|
|
|
-- IntRect GetIntRect(uint) const
|
|
|
|
|
-- IntVector2 GetIntVector2(const String&) const
|
|
|
|
|
-- IntVector2 GetIntVector2(uint) const
|
|
|
|
|
-- Matrix3 GetMatrix3(const String&) const
|
|
|
|
|
-- Matrix3 GetMatrix3(uint) const
|
|
|
|
|
-- Matrix3x4 GetMatrix3x4(const String&) const
|
|
|
|
|
-- Matrix3x4 GetMatrix3x4(uint) const
|
|
|
|
|
-- Matrix4 GetMatrix4(const String&) const
|
|
|
|
|
-- Matrix4 GetMatrix4(uint) const
|
|
|
|
|
-- Quaternion GetQuaternion(const String&) const
|
|
|
|
|
-- Quaternion GetQuaternion(uint) const
|
|
|
|
|
-- ResourceRef GetResourceRef(const String&) const
|
|
|
|
|
-- ResourceRef GetResourceRef(uint) const
|
|
|
|
|
-- ResourceRefList GetResourceRefList(const String&) const
|
|
|
|
|
-- ResourceRefList GetResourceRefList(uint) const
|
|
|
|
|
-- String GetString(const String&) const
|
|
|
|
|
-- String GetString(uint) const
|
|
|
|
|
-- String[]@ GetValueNames() const
|
|
|
|
|
-- Variant GetVariant(const String&) const
|
|
|
|
|
-- Variant GetVariant(uint) const
|
|
|
|
|
-- Variant GetVariantValue(const String&, VariantType) const
|
|
|
|
|
-- Variant GetVariantValue(uint, VariantType) const
|
|
|
|
|
-- Vector2 GetVector2(const String&) const
|
|
|
|
|
-- Vector2 GetVector2(uint) const
|
|
|
|
|
-- Vector3 GetVector3(const String&) const
|
|
|
|
|
-- Vector3 GetVector3(uint) const
|
|
|
|
|
-- Vector4 GetVector4(const String&) const
|
|
|
|
|
-- Vector4 GetVector4(uint) const
|
|
|
|
|
-- Variant GetVectorVariant(const String&) const
|
|
|
|
|
-- Variant GetVectorVariant(uint) const
|
|
|
|
|
-- void SetBool(const String&, bool)
|
|
|
|
|
-- void SetColor(const String&, const Color&)
|
|
|
|
|
-- void SetDouble(const String&, double)
|
|
|
|
|
-- void SetFloat(const String&, float)
|
|
|
|
|
-- void SetInt(const String&, int)
|
|
|
|
|
-- void SetIntRect(const String&, const IntRect&)
|
|
|
|
|
-- void SetIntVector2(const String&, const IntVector2&)
|
|
|
|
|
-- void SetMatrix3(const String&, const Matrix3&)
|
|
|
|
|
-- void SetMatrix3x4(const String&, const Matrix3x4&)
|
|
|
|
|
-- void SetMatrix4(const String&, const Matrix4&)
|
|
|
|
|
-- void SetQuaternion(const String&, const Quaternion&)
|
|
|
|
|
-- void SetResourceRef(const String&, const ResourceRef&)
|
|
|
|
|
-- void SetResourceRefList(const String&, const ResourceRefList&)
|
|
|
|
|
-- void SetString(const String&, const String)
|
|
|
|
|
-- void SetVariant(const String&, const Variant&)
|
|
|
|
|
-- void SetVariantValue(const String&, const Variant&)
|
|
|
|
|
-- void SetVector2(const String&, const Vector2&)
|
|
|
|
|
-- void SetVector3(const String&, const Vector3&)
|
|
|
|
|
-- void SetVector4(const String&, const Vector4&)
|
|
|
|
|
-- void SetVectorVariant(const String&, const Variant&)
|
|
|
|
|
|
|
+- void Clear()
|
|
|
|
|
+- bool Contains(const String&) const
|
|
|
|
|
+- void Erase(const String&)
|
|
|
|
|
+- void Erase(uint, uint = 1)
|
|
|
|
|
+- bool GetBool() const
|
|
|
|
|
+- double GetDouble() const
|
|
|
|
|
+- float GetFloat() const
|
|
|
|
|
+- int GetInt() const
|
|
|
|
|
+- uint GetUint() const
|
|
|
|
|
+- void Insert(uint, const JSONValue&)
|
|
|
|
|
+- const JSONValue& Get(const String&) const
|
|
|
|
|
+- void Pop()
|
|
|
|
|
+- void Push(const JSONValue&)
|
|
|
|
|
+- void Resize(uint)
|
|
|
|
|
+- void Set(const String&, const JSONValue&)
|
|
|
|
|
+- const String& GetString() const
|
|
|
|
|
|
|
|
Properties:
|
|
Properties:
|
|
|
|
|
|
|
|
- bool isArray // readonly
|
|
- bool isArray // readonly
|
|
|
|
|
+- bool isBool // readonly
|
|
|
- bool isNull // readonly
|
|
- bool isNull // readonly
|
|
|
|
|
+- bool isNumber // readonly
|
|
|
- bool isObject // readonly
|
|
- bool isObject // readonly
|
|
|
-- bool notNull // readonly
|
|
|
|
|
|
|
+- bool isString // readonly
|
|
|
- uint size // readonly
|
|
- uint size // readonly
|
|
|
|
|
+- JSONValueType type // readonly
|
|
|
|
|
|
|
|
<a name="Class_JoystickState"></a>
|
|
<a name="Class_JoystickState"></a>
|
|
|
|
|
|
|
@@ -8797,8 +8730,8 @@ Methods:
|
|
|
- bool Load(VectorBuffer&, bool = false)
|
|
- bool Load(VectorBuffer&, bool = false)
|
|
|
- bool LoadXML(const XMLElement&, bool = false)
|
|
- bool LoadXML(const XMLElement&, bool = false)
|
|
|
- void MarkNetworkUpdate() const
|
|
- void MarkNetworkUpdate() const
|
|
|
-- PhysicsRaycastResult[]@ Raycast(const Ray&, float = M_INFINITY, uint = 0xffff)
|
|
|
|
|
-- PhysicsRaycastResult RaycastSingle(const Ray&, float = M_INFINITY, uint = 0xffff)
|
|
|
|
|
|
|
+- PhysicsRaycastResult[]@ Raycast(const Ray&, float, uint = 0xffff)
|
|
|
|
|
+- PhysicsRaycastResult RaycastSingle(const Ray&, float, uint = 0xffff)
|
|
|
- void Remove()
|
|
- void Remove()
|
|
|
- void RemoveCachedGeometry(Model@)
|
|
- void RemoveCachedGeometry(Model@)
|
|
|
- void RemoveInstanceDefault()
|
|
- void RemoveInstanceDefault()
|
|
@@ -8812,7 +8745,7 @@ Methods:
|
|
|
- void SetAttributeAnimationSpeed(const String&, float)
|
|
- void SetAttributeAnimationSpeed(const String&, float)
|
|
|
- void SetAttributeAnimationWrapMode(const String&, WrapMode)
|
|
- void SetAttributeAnimationWrapMode(const String&, WrapMode)
|
|
|
- void SetInterceptNetworkUpdate(const String&, bool)
|
|
- void SetInterceptNetworkUpdate(const String&, bool)
|
|
|
-- PhysicsRaycastResult SphereCast(const Ray&, float, float = M_INFINITY, uint = 0xffff)
|
|
|
|
|
|
|
+- PhysicsRaycastResult SphereCast(const Ray&, float, float, uint = 0xffff)
|
|
|
- void Update(float)
|
|
- void Update(float)
|
|
|
- void UpdateCollisions()
|
|
- void UpdateCollisions()
|
|
|
|
|
|
|
@@ -13656,9 +13589,12 @@ Properties:
|
|
|
|
|
|
|
|
### JSONValueType
|
|
### JSONValueType
|
|
|
|
|
|
|
|
-- JSON_ANY
|
|
|
|
|
-- JSON_OBJECT
|
|
|
|
|
|
|
+- JSON_NULL
|
|
|
|
|
+- JSON_BOOL
|
|
|
|
|
+- JSON_NUMBER
|
|
|
|
|
+- JSON_STRING
|
|
|
- JSON_ARRAY
|
|
- JSON_ARRAY
|
|
|
|
|
+- JSON_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
### LayoutMode
|
|
### LayoutMode
|