Browse Source

Travis CI: API documentation update at 2020-02-28 21:23:51 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/b5b6f0d5fb7b3c95a6b911d287eba16b48871e1e

Message: nat master server disconnecting fixes, NAT sample updates (#2591)

urho3d-travis-ci 5 years ago
parent
commit
3f04e8fcd2
2 changed files with 3 additions and 5 deletions
  1. 2 4
      Docs/ScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 2 - 4
Docs/ScriptAPI.dox

@@ -453,12 +453,10 @@ namespace Urho3D
 - %Port : int
 - %Port : int
 
 
 ### NetworkNatMasterConnectionFailed
 ### NetworkNatMasterConnectionFailed
-- %Address : String
-- %Port : int
 
 
 ### NetworkNatMasterConnectionSucceeded
 ### NetworkNatMasterConnectionSucceeded
-- %Address : String
-- %Port : int
+
+### NetworkNatMasterDisconnected
 
 
 ## %Physics2D events
 ## %Physics2D events
 
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.132
+0.1.133