godot/modules/websocket/doc_classes/WebSocketMultiplayerPeer.xml

34 lines
1 KiB
XML
Raw Normal View History

2018-02-19 10:47:16 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-04-01 12:33:56 +02:00
<class name="WebSocketMultiplayerPeer" inherits="NetworkedMultiplayerPeer" category="Core" version="3.2">
2018-02-19 10:47:16 +01:00
<brief_description>
Base class for WebSocket server and client.
2018-02-19 10:47:16 +01:00
</brief_description>
<description>
Base class for WebSocket server and client, allowing them to be used as network peer for the [MultiplayerAPI].
2018-02-19 10:47:16 +01:00
</description>
<tutorials>
</tutorials>
<methods>
<method name="get_peer" qualifiers="const">
<return type="WebSocketPeer">
</return>
<argument index="0" name="peer_id" type="int">
</argument>
<description>
Returns the [WebSocketPeer] associated to the given [code]peer_id[/code].
2018-02-19 10:47:16 +01:00
</description>
</method>
</methods>
<signals>
<signal name="peer_packet">
<argument index="0" name="peer_source" type="int">
</argument>
<description>
Emitted when a packet is received from a peer. Note: this signal is only emitted when the client or server is configured to use Godot multiplayer API.
2018-02-19 10:47:16 +01:00
</description>
</signal>
</signals>
<constants>
</constants>
</class>