Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ NetworkKey
Function
NetworkKey
Source/Engine/Networking/NetworkManager.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
POD_COPYABLE(NetworkKey);
57
58
NetworkKey()
59
{
60
Type = TypeNone;
61
}
62
63
NetworkKey(const Guid& id)
64
{
Callers
4
WriteNetworkId
Method · 0.85
ReadNetworkId
Method · 0.85
WriteNetworkName
Method · 0.85
ReadNetworkName
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected