Remove redundant info on the enum types used
This commit is contained in:
@ -129,7 +129,7 @@
|
||||
<return type="float" />
|
||||
<param index="0" name="statistic" type="int" enum="ENetConnection.HostStatistic" />
|
||||
<description>
|
||||
Returns and resets host statistics. See [enum HostStatistic] for more info.
|
||||
Returns and resets host statistics.
|
||||
</description>
|
||||
</method>
|
||||
<method name="refuse_new_connections">
|
||||
|
||||
@ -39,14 +39,14 @@
|
||||
<method name="get_state" qualifiers="const">
|
||||
<return type="int" enum="ENetPacketPeer.PeerState" />
|
||||
<description>
|
||||
Returns the current peer state. See [enum PeerState].
|
||||
Returns the current peer state.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_statistic">
|
||||
<return type="float" />
|
||||
<param index="0" name="statistic" type="int" enum="ENetPacketPeer.PeerStatistic" />
|
||||
<description>
|
||||
Returns the requested [param statistic] for this peer. See [enum PeerStatistic].
|
||||
Returns the requested [param statistic] for this peer.
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_active" qualifiers="const">
|
||||
|
||||
Reference in New Issue
Block a user