diff options
author | Lyuma <xn.lyuma@gmail.com> | 2022-05-23 15:07:44 -0700 |
---|---|---|
committer | Lyuma <xn.lyuma@gmail.com> | 2022-05-25 12:43:19 -0700 |
commit | 7e283859483db79d7f7b027f5607622e78d07c5b (patch) | |
tree | bd3539311039856a6a8a8fb0ffcb878e7877ebd9 /doc/classes/StreamPeerSSL.xml | |
parent | 99911bfa7929227783b7ae5cfe5b1dc28676956b (diff) | |
download | redot-engine-7e283859483db79d7f7b027f5607622e78d07c5b.tar.gz |
Add StreamPeerSSL.get_stream() accessor.
Diffstat (limited to 'doc/classes/StreamPeerSSL.xml')
-rw-r--r-- | doc/classes/StreamPeerSSL.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/StreamPeerSSL.xml b/doc/classes/StreamPeerSSL.xml index 3aede347a0..70762cbf6c 100644 --- a/doc/classes/StreamPeerSSL.xml +++ b/doc/classes/StreamPeerSSL.xml @@ -44,6 +44,12 @@ Returns the status of the connection. See [enum Status] for values. </description> </method> + <method name="get_stream" qualifiers="const"> + <return type="StreamPeer" /> + <description> + Returns the underlying [StreamPeer] connection, used in [method accept_stream] or [method connect_to_stream]. + </description> + </method> <method name="poll"> <return type="void" /> <description> |