Browse Source

Travis CI: API documentation update at 2019-12-10 04:48:49 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/3ceb14ad9dfc71efca6afb259bc8175beb31eb95

Message: Fix StartServer scripting

urho3d-travis-ci 6 years ago
parent
commit
90dba0e49e
4 changed files with 4 additions and 4 deletions
  1. 1 1
      Docs/AngelScriptAPI.h
  2. 1 1
      Docs/LuaScriptAPI.dox
  3. 1 1
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 1
Docs/AngelScriptAPI.h

@@ -7819,7 +7819,7 @@ bool SetDiscoveryBeacon(const VariantMap& = VariantMap ( ));
 void SetNATServerInfo(const String&, uint16);
 bool SetPassword(const String&);
 void StartNATClient() const;
-bool StartServer(uint16);
+bool StartServer(uint16, uint = 128);
 void StopServer();
 void UnregisterAllRemoteEvents();
 void UnregisterRemoteEvent(const String&) const;

+ 1 - 1
Docs/LuaScriptAPI.dox

@@ -4043,7 +4043,7 @@ Methods:
 - bool Connect(const String address, short port, Scene* scene)
 - bool Connect(const String address, short port, Scene* scene, const VariantMap& identity)
 - void Disconnect(int waitMSec = 0)
-- bool StartServer(short port)
+- bool StartServer(short port, int maxConnections = 128)
 - void StopServer()
 - void BroadcastMessage(int msgID, bool reliable, bool inOrder, const VectorBuffer& msg, unsigned contentID = 0)
 - void BroadcastRemoteEvent(StringHash eventType, bool inOrder)

+ 1 - 1
Docs/ScriptAPI.dox

@@ -9643,7 +9643,7 @@ Methods:
 - void SetNATServerInfo(const String&, uint16)
 - bool SetPassword(const String&)
 - void StartNATClient() const
-- bool StartServer(uint16)
+- bool StartServer(uint16, uint = 128)
 - void StopServer()
 - void UnregisterAllRemoteEvents()
 - void UnregisterRemoteEvent(const String&) const

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.128
+0.1.129