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

Method GetSceneGraph

Source/Main/engine.cpp:655–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655SceneGraph* Engine::GetSceneGraph() {
656 return scenegraph_;
657}
658
659void Engine::UpdateControls(float timestep, bool loading_screen) {
660 if (scenegraph_ && scenegraph_->map_editor && scenegraph_->map_editor->state_ != MapEditor::kInGame && !paused) {

Callers 15

IsAvatarPossessedMethod · 0.45
CreateCharacterMethod · 0.45
SetLevelLoadedMethod · 0.45
StartMultiplayerMethod · 0.45
StopMultiplayerMethod · 0.45
GetLocalAvatarIDsMethod · 0.45
GetScriptParamsFromIDMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected