You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove redundant info on the enum types used
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<method name="get_ready_state" qualifiers="const">
|
||||
<return type="int" enum="WebRTCDataChannel.ChannelState" />
|
||||
<description>
|
||||
Returns the current state of this channel, see [enum ChannelState].
|
||||
Returns the current state of this channel.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_negotiated" qualifiers="const">
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
<method name="get_connection_state" qualifiers="const">
|
||||
<return type="int" enum="WebRTCPeerConnection.ConnectionState" />
|
||||
<description>
|
||||
Returns the connection state. See [enum ConnectionState].
|
||||
Returns the connection state.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_gathering_state" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user