MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getWorldSpawn

Method getWorldSpawn

plugins/script/interfaces/MapInterface.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10ScriptSceneNode MapInterface::getWorldSpawn()
11{
12 return ScriptSceneNode(GlobalMapModule().getWorldspawn());
13}
14
15std::string MapInterface::getMapName()
16{

Callers 1

test.pyFile · 0.45

Calls 1

ScriptSceneNodeClass · 0.85

Tested by

no test coverage detected