Browse Source

Travis CI: API documentation update at 2014-02-15 17:46:33 UTC.
[ci skip]

urho3d-travis-ci 12 years ago
parent
commit
b6d2bee509
3 changed files with 8 additions and 3 deletions
  1. 3 1
      Docs/AngelScriptAPI.h
  2. 2 1
      Docs/LuaScriptAPI.dox
  3. 3 1
      Docs/ScriptAPI.dox

+ 3 - 1
Docs/AngelScriptAPI.h

@@ -7597,6 +7597,7 @@ float GetFloat() const;
 int GetInt() const;
 Node GetNode() const;
 PhysicsWorld GetPhysicsWorld() const;
+RefCounted GetPtr() const;
 RenderSurface GetRenderSurface() const;
 RigidBody GetRigidBody() const;
 Scene GetScene() const;
@@ -8701,13 +8702,14 @@ VAR_QUATERNION,
 VAR_COLOR,
 VAR_STRING,
 VAR_BUFFER,
-VAR_PTR,
+VAR_VOIDPTR,
 VAR_RESOURCEREF,
 VAR_RESOURCEREFLIST,
 VAR_VARIANTVECTOR,
 VAR_VARIANTMAP,
 VAR_INTRECT,
 VAR_INTVECTOR2,
+VAR_PTR,
 };
 
 enum VerticalAlignment

+ 2 - 1
Docs/LuaScriptAPI.dox

@@ -5520,13 +5520,14 @@ Properties:
 - int VAR_COLOR
 - int VAR_STRING
 - int VAR_BUFFER
-- int VAR_PTR
+- int VAR_VOIDPTR
 - int VAR_RESOURCEREF
 - int VAR_RESOURCEREFLIST
 - int VAR_VARIANTVECTOR
 - int VAR_VARIANTMAP
 - int VAR_INTRECT
 - int VAR_INTVECTOR2
+- int VAR_PTR
 - int MAX_VAR_TYPES
 
 ### VertexElement

+ 3 - 1
Docs/ScriptAPI.dox

@@ -6350,6 +6350,7 @@ Methods:
 - int GetInt() const
 - Node@ GetNode() const
 - PhysicsWorld@ GetPhysicsWorld() const
+- RefCounted@ GetPtr() const
 - RenderSurface@ GetRenderSurface() const
 - RigidBody@ GetRigidBody() const
 - Scene@ GetScene() const
@@ -7362,13 +7363,14 @@ Properties:
 - VAR_COLOR
 - VAR_STRING
 - VAR_BUFFER
-- VAR_PTR
+- VAR_VOIDPTR
 - VAR_RESOURCEREF
 - VAR_RESOURCEREFLIST
 - VAR_VARIANTVECTOR
 - VAR_VARIANTMAP
 - VAR_INTRECT
 - VAR_INTVECTOR2
+- VAR_PTR
 
 
 ### VerticalAlignment