Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
uint32 NetworkStream::GetPosition()
219
{
220
return static_cast<uint32>(_position - _buffer);
221
}
222
223
void NetworkStream::SetPosition(uint32 seek)
224
{
Callers
4
SendReplication
Function · 0.45
EndInvokeRPC
Method · 0.45
Update
Method · 0.45
AddObject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected