Browse Source

Travis CI: API documentation update at 2014-04-18 00:55:45 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
35ec1ba7fd
2 changed files with 0 additions and 36 deletions
  1. 0 24
      Docs/AngelScriptAPI.h
  2. 0 12
      Docs/ScriptAPI.dox

+ 0 - 24
Docs/AngelScriptAPI.h

@@ -10044,30 +10044,6 @@ const VariantMap& GetVariantMap() const;
 const Vector2& GetVector2() const;
 const Vector3& GetVector3() const;
 const Vector4& GetVector4() const;
-/* deprecated */
-Camera GetCamera() const;
-/* deprecated */
-CollisionShape GetCollisionShape() const;
-/* deprecated */
-Component GetComponent() const;
-/* deprecated */
-Connection GetConnection() const;
-/* deprecated */
-Node GetNode() const;
-/* deprecated */
-PhysicsWorld GetPhysicsWorld() const;
-/* deprecated */
-RenderSurface GetRenderSurface() const;
-/* deprecated */
-RigidBody GetRigidBody() const;
-/* deprecated */
-Scene GetScene() const;
-/* deprecated */
-Serializable GetSerializable() const;
-/* deprecated */
-Texture GetTexture() const;
-/* deprecated */
-UIElement GetUIElement() const;
 
 // Properties:
 /* readonly */

+ 0 - 12
Docs/ScriptAPI.dox

@@ -10419,23 +10419,11 @@ Methods:
 - void FromString(const String&, const String&)
 - bool GetBool() const
 - VectorBuffer GetBuffer() const
-- Camera@ GetCamera() const // deprecated
-- CollisionShape@ GetCollisionShape() const // deprecated
-- Component@ GetComponent() const // deprecated
-- Connection@ GetConnection() const // deprecated
 - float GetFloat() const
 - int GetInt() const
-- Node@ GetNode() const // deprecated
-- PhysicsWorld@ GetPhysicsWorld() const // deprecated
 - RefCounted@ GetPtr() const
-- RenderSurface@ GetRenderSurface() const // deprecated
-- RigidBody@ GetRigidBody() const // deprecated
-- Scene@ GetScene() const // deprecated
-- Serializable@ GetSerializable() const // deprecated
 - ShortStringHash GetShortStringHash() const
 - StringHash GetStringHash() const
-- Texture@ GetTexture() const // deprecated
-- UIElement@ GetUIElement() const // deprecated
 - uint GetUInt() const
 - Variant[]@ GetVariantVector() const
 - const IntRect& GetIntRect() const