Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ root
Method
root
plugins/script/interfaces/SceneGraphInterface.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
ScriptSceneNode SceneGraphInterface::root()
118
{
119
return ScriptSceneNode(GlobalSceneGraph().root());
120
}
121
122
void SceneGraphInterface::registerInterface(py::module& scope, py::dict& globals)
123
{
Callers
15
findEntityByClassname
Method · 0.45
findEntityByName
Method · 0.45
populateWidgets
Method · 0.45
_onAddEntity
Method · 0.45
deleteWorldNode
Method · 0.45
populateWidgets
Method · 0.45
onAddEntity
Method · 0.45
onValidateActors
Method · 0.45
pickAnimation
Method · 0.45
saveMapDiff
Function · 0.45
setEnabled
Method · 0.45
replaceSpawnarg
Method · 0.45
Calls
1
ScriptSceneNode
Class · 0.85
Tested by
no test coverage detected