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

Method GetPosition

Source/Engine/Networking/NetworkStream.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218uint32 NetworkStream::GetPosition()
219{
220 return static_cast<uint32>(_position - _buffer);
221}
222
223void NetworkStream::SetPosition(uint32 seek)
224{

Callers 4

SendReplicationFunction · 0.45
EndInvokeRPCMethod · 0.45
UpdateMethod · 0.45
AddObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected