ソースを参照

Travis CI: API documentation update at 2015-08-18 09:26:22 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/b202aa6ee7f12cf836c23a537a5c2b252c96a476

Message: Minor typo correction on Lua scripting documentation page.

urho3d-travis-ci 10 年 前
コミット
5c4562ba67
2 ファイル変更3 行追加2 行削除
  1. 2 1
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 2 - 1
Docs/LuaScriptAPI.dox

@@ -6612,7 +6612,7 @@ Methods:
 - bool operator==(const Matrix4& rhs) const
 - int GetInt() const
 - unsigned GetUInt() const
-- StringHash GetStringHash()
+- StringHash GetStringHash() const
 - bool GetBool() const
 - float GetFloat() const
 - double GetDouble() const
@@ -6636,6 +6636,7 @@ Methods:
 - const Matrix3& GetMatrix3() const
 - const Matrix3x4& GetMatrix3x4() const
 - const Matrix4& GetMatrix4() const
+- void* Get(const char* type = 0) const
 - VariantType GetType() const
 - String GetTypeName() const
 - String ToString() const

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.134
+0.0.135