MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetASNetwork

Method GetASNetwork

Source/Main/engine.cpp:651–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651ASNetwork* Engine::GetASNetwork() {
652 return &as_network;
653}
654
655SceneGraph* Engine::GetSceneGraph() {
656 return scenegraph_;

Callers 6

DisposeMethod · 0.80
InitializeMethod · 0.80
AS_CreateSocketTCPFunction · 0.80
AS_DestroySocketTCPFunction · 0.80
AS_SocketTCPSendFunction · 0.80
AS_IsValidSocketTCPFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected