MCPcopy 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

WriteNetworkIdMethod · 0.85
ReadNetworkIdMethod · 0.85
WriteNetworkNameMethod · 0.85
ReadNetworkNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected