MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetMessageBuffer

Function GetMessageBuffer

Source/Engine/Networking/NetworkPeer.h:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 uint8* GetMessageBuffer(const uint32 messageId) const
154 {
155 // Calculate and return the buffer slice using previously calculated slice.
156 return MessageBuffer + Config.MessageSize * messageId;
157 }
158
159public:
160 FORCE_INLINE bool operator==(const NetworkPeer& other) const

Callers 1

CreateMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected