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

Method runScriptFile

plugins/script/ScriptingSystem.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void ScriptingSystem::runScriptFile(const cmd::ArgumentList& args)
107{
108 if (args.empty()) return;
109
110 executeScriptFile(args[0].getString());
111}
112
113void ScriptingSystem::runScriptCommand(const cmd::ArgumentList& args)
114{

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
getStringMethod · 0.45

Tested by

no test coverage detected