Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nxrighthere authored Feb 28, 2020
1 parent a4e03dc commit bf377ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ Contains marshalled data of networking message.

`NetworkingMessage.channel` channel number the message was received on.

`NetworkingMessage.flags` flags that were used to send the message.

`NetworkingMessage.CopyTo(byte[] destination)` copies payload from the message to the destination array.

`NetworkingMessage.Destroy()` destroys the message. Should be called only when the messages are obtained from sockets.
Expand Down

0 comments on commit bf377ae

Please sign in to comment.