ソースを参照

Travis CI: API documentation update at 2018-01-27 23:53:07 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/80668bf125e3779cc5ac4f6306c892181b34a9d0

Message: Add Scene::IsReplicatedID() static helper method for code reuse.
Modify the Angelscript binding of the Component::IsReplicated() to use asMETHODPR macro to keep VS happy.

urho3d-travis-ci 8 年 前
コミット
b731e5a567
4 ファイル変更5 行追加1 行削除
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -16393,6 +16393,7 @@ bool IsAlpha(uint);
 bool IsDigit(uint);
 bool IsNaN(float);
 bool IsPowerOfTwo(uint);
+bool IsReplicatedID(uint);
 String Join(Array<String>&, const String&);
 float Lerp(float, float, float);
 float Ln(float);

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -5793,6 +5793,8 @@ Methods:
 - void SetSnapThreshold(float threshold)
 - void SetAsyncLoadingMs(int ms)
 - Node* GetNode(unsigned id) const
+- Component* GetComponent(unsigned id) const
+- bool IsReplicatedID(unsigned id)
 - bool IsUpdateEnabled() const
 - bool IsAsyncLoading() const
 - float GetAsyncProgress() const

+ 1 - 0
Docs/ScriptAPI.dox

@@ -16900,6 +16900,7 @@ Properties:
 - bool IsDigit(uint)
 - bool IsNaN(float)
 - bool IsPowerOfTwo(uint)
+- bool IsReplicatedID(uint)
 - String Join(String[]&, const String&)
 - float Lerp(float, float, float)
 - float Ln(float)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.103
+0.1.104