classref: Sync with current master branch

This commit is contained in:
Rémi Verschelde
2017-11-07 11:11:44 +01:00
parent 79b6aa5254
commit e2662b0d0f
110 changed files with 1175 additions and 698 deletions

View File

@@ -104,7 +104,7 @@ Member Function Description
- :ref:`bool<class_bool>` **is_refusing_new_connections** **(** **)** const
Return whether this :ref:`NetworkedMultiplayerPeer<class_networkedmultiplayerpeer>` is refusing new connections.
Return whether this ``NetworkedMultiplayerPeer`` is refusing new connections.
.. _class_NetworkedMultiplayerPeer_poll:
@@ -114,7 +114,7 @@ Return whether this :ref:`NetworkedMultiplayerPeer<class_networkedmultiplayerpee
- void **set_refuse_new_connections** **(** :ref:`bool<class_bool>` enable **)**
If ``endable`` is true, this :ref:`NetworkedMultiplayerPeer<class_networkedmultiplayerpeer>` will refuse new connections.
If ``endable`` is true, this ``NetworkedMultiplayerPeer`` will refuse new connections.
.. _class_NetworkedMultiplayerPeer_set_target_peer: