mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove redundant info on the enum types used
This commit is contained in:
parent
1b37dacc18
commit
1e82bafa3a
144 changed files with 359 additions and 361 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue