diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-23 13:44:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-23 13:44:43 +0100 |
commit | e7e8318546cef3aa482d71c5b0ddd5a664e241eb (patch) | |
tree | e98c50d05635bceb6957cc5c4cfb5e812cc95ff8 /modules/enet/doc_classes | |
parent | e7947c81d6a84949d1a3d261c9599cb746160c85 (diff) | |
parent | ba177ccaecb91c3800e220272864dfb5c23958e7 (diff) |
Merge pull request #35465 from akien-mga/doc-various-fixes
doc: Misc updates for AnimationNode* and others
Diffstat (limited to 'modules/enet/doc_classes')
-rw-r--r-- | modules/enet/doc_classes/NetworkedMultiplayerENet.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/enet/doc_classes/NetworkedMultiplayerENet.xml b/modules/enet/doc_classes/NetworkedMultiplayerENet.xml index 9509adfb18..7c2e783a4f 100644 --- a/modules/enet/doc_classes/NetworkedMultiplayerENet.xml +++ b/modules/enet/doc_classes/NetworkedMultiplayerENet.xml @@ -67,14 +67,14 @@ <return type="int"> </return> <description> - Returns the channel of the last packet fetched via [method PacketPeer.get_packet] + Returns the channel of the last packet fetched via [method PacketPeer.get_packet]. </description> </method> <method name="get_packet_channel" qualifiers="const"> <return type="int"> </return> <description> - Returns the channel of the next packet that will be retrieved via [method PacketPeer.get_packet] + Returns the channel of the next packet that will be retrieved via [method PacketPeer.get_packet]. </description> </method> <method name="get_peer_address" qualifiers="const"> |