Browse Source

Travis CI: API documentation update at 2015-05-17 10:46:33 UTC.

Commit: https://github.com/$TRAVIS_REPO_SLUG/commit/$TRAVIS_COMMIT

Message: $COMMIT_MESSAGE
[ci package]
urho3d-travis-ci 10 years ago
parent
commit
dafca26c97
2 changed files with 11 additions and 6 deletions
  1. 10 5
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 10 - 5
Docs/LuaScriptAPI.dox

@@ -1112,6 +1112,14 @@ Methods:
 - Component* GetComponent(StringHash type) const
 - Component* GetComponent(const String type) const
 
+Properties:
+
+- unsigned ID (readonly)
+- bool enabled
+- bool enabledEffective (readonly)
+- Node* node (readonly)
+- Scene* scene (readonly)
+
 <a name="Class_Connection"></a>
 ### Connection : Object
 
@@ -3626,9 +3634,6 @@ Methods:
 - const Variant& GetVar(StringHash key) const
 - const VariantMap& GetVars() const
 - Component* GetComponent(const String type) const
-- void SetID(unsigned id)
-- void SetScene(Scene* scene)
-- void ResetScene()
 - bool Load(Deserializer& source, SceneResolver& resolver, bool loadChildren = true, bool rewriteIDs = false, CreateMode mode = REPLICATED)
 - bool LoadXML(const XMLElement& source, SceneResolver& resolver, bool loadChildren = true, bool rewriteIDs = false, CreateMode mode = REPLICATED)
 - Node* CreateChild(unsigned id, CreateMode mode)
@@ -3636,11 +3641,11 @@ Methods:
 
 Properties:
 
-- unsigned ID
+- unsigned ID (readonly)
 - String name
 - StringHash nameHash (readonly)
 - Node* parent
-- Scene* scene
+- Scene* scene (readonly)
 - bool enabled
 - bool enabledSelf (readonly)
 - Connection* owner

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.101
+0.0.102