Browse Source

Travis CI: API documentation update at 2017-03-04 14:22:17 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/07da64de5823e3c626e9634dcd0bbe82e7f3a5d8

Message: Fix registration of NamedPipe to AngelScript API to use the proper class.

urho3d-travis-ci 8 years ago
parent
commit
f219fb5d23
2 changed files with 9 additions and 1 deletions
  1. 8 0
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 8 - 0
Docs/ScriptAPI.dox

@@ -419,6 +419,8 @@ namespace Urho3D
 - %NodeA : Node pointer
 - %NodeB : Node pointer
 - %Contact : b2Contact pointer
+- %ShapeA : CollisionShape2D pointer
+- %ShapeB : CollisionShape2D pointer
 
 ### PhysicsEndContact2D
 - %World : PhysicsWorld2D pointer
@@ -427,18 +429,24 @@ namespace Urho3D
 - %NodeA : Node pointer
 - %NodeB : Node pointer
 - %Contact : b2Contact pointer
+- %ShapeA : CollisionShape2D pointer
+- %ShapeB : CollisionShape2D pointer
 
 ### NodeBeginContact2D
 - %Body : RigidBody2D pointer
 - %OtherNode : Node pointer
 - %OtherBody : RigidBody2D pointer
 - %Contact : b2Contact pointer
+- %Shape : CollisionShape2D pointer
+- %OtherShape : CollisionShape2D pointer
 
 ### NodeEndContact2D
 - %Body : RigidBody2D pointer
 - %OtherNode : Node pointer
 - %OtherBody : RigidBody2D pointer
 - %Contact : b2Contact pointer
+- %Shape : CollisionShape2D pointer
+- %OtherShape : CollisionShape2D pointer
 
 ## %Physics events
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.48
+0.1.49