diff options
| author | Fabio Alessandrelli | 2018-05-08 14:40:08 +0200 |
|---|---|---|
| committer | Fabio Alessandrelli | 2018-05-08 21:15:50 +0200 |
| commit | dd546dc5b86e0bb9c397919fd8bfcf8e8460bc38 (patch) | |
| tree | 165735bd43e14a30b08841ead4e0983a851387c7 /doc/classes/WebSocketPeer.xml | |
| parent | cbb744c4e09c44cd44ab4a21bc3a814c0913f6fe (diff) | |
| download | godot-dd546dc5b86e0bb9c397919fd8bfcf8e8460bc38.tar.gz godot-dd546dc5b86e0bb9c397919fd8bfcf8e8460bc38.tar.zst godot-dd546dc5b86e0bb9c397919fd8bfcf8e8460bc38.zip | |
Document websocket module, further document enet
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/WebSocketPeer.xml | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/doc/classes/WebSocketPeer.xml b/doc/classes/WebSocketPeer.xml deleted file mode 100644 index 276249e65..000000000 --- a/doc/classes/WebSocketPeer.xml +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="WebSocketPeer" inherits="PacketPeer" category="Core" version="3.1"> - <brief_description> - </brief_description> - <description> - </description> - <tutorials> - </tutorials> - <demos> - </demos> - <methods> - <method name="close"> - <return type="void"> - </return> - <description> - </description> - </method> - <method name="get_write_mode" qualifiers="const"> - <return type="int" enum="WebSocketPeer.WriteMode"> - </return> - <description> - </description> - </method> - <method name="is_connected_to_host" qualifiers="const"> - <return type="bool"> - </return> - <description> - </description> - </method> - <method name="set_write_mode"> - <return type="void"> - </return> - <argument index="0" name="mode" type="int" enum="WebSocketPeer.WriteMode"> - </argument> - <description> - </description> - </method> - <method name="was_string_packet" qualifiers="const"> - <return type="bool"> - </return> - <description> - </description> - </method> - </methods> - <constants> - <constant name="WRITE_MODE_TEXT" value="0" enum="WriteMode"> - </constant> - <constant name="WRITE_MODE_BINARY" value="1" enum="WriteMode"> - </constant> - </constants> -</class> |
