mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix miscellaneous oddities around the class reference (part 5)
This commit is contained in:
parent
52ecb5ab9e
commit
3613306bba
34 changed files with 90 additions and 89 deletions
|
|
@ -148,7 +148,7 @@
|
|||
The peer is currently connected and ready to communicate with.
|
||||
</constant>
|
||||
<constant name="STATE_DISCONNECT_LATER" value="6" enum="PeerState">
|
||||
The peer is slated to disconnect after it has no more outgoing packets to send.
|
||||
The peer is expected to disconnect after it has no more outgoing packets to send.
|
||||
</constant>
|
||||
<constant name="STATE_DISCONNECTING" value="7" enum="PeerState">
|
||||
The peer is currently disconnecting.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue