Browse Source

Travis CI: API documentation update at 2014-05-02 12:26:56 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
2a30d7a458
1 changed files with 7 additions and 2 deletions
  1. 7 2
      Docs/LuaScriptAPI.dox

+ 7 - 2
Docs/LuaScriptAPI.dox

@@ -5912,6 +5912,7 @@ Methods:
 - bool RemoveAttribute(const String name = String::EMPTY)
 - bool SetValue(const String value)
 - bool SetAttribute(const String name, const String value)
+- bool SetAttribute(const String value)
 - bool SetBool(const String name, bool value)
 - bool SetBoundingBox(const BoundingBox& value)
 - bool SetColor(const String name, const Color& value)
@@ -5944,9 +5945,13 @@ Methods:
 - XMLElement GetParent() const
 - unsigned GetNumAttributes() const
 - bool HasAttribute(const String name) const
+- String GetValue() const
+- String GetAttribute(const String name = String::EMPTY) const
+- String GetAttributeLower(const String name) const
+- String GetAttributeUpper(const String name) const
+- Vector<String> GetAttributeNames() const
 - bool GetBool(const String name) const
 - BoundingBox GetBoundingBox() const
-- String GetValue() const
 - Color GetColor(const String name) const
 - float GetFloat(const String name) const
 - unsigned GetUInt(const String name) const
@@ -5974,8 +5979,8 @@ Properties:
 - const XMLElement EMPTY
 - bool null (readonly)
 - String name (readonly)
-- String value (readonly)
 - XMLElement parent (readonly)
+- String value (readonly)
 - unsigned numAttributes (readonly)
 - XMLFile* file (readonly)