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

Method clear

plugins/script/interfaces/SelectionSetInterface.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void ScriptSelectionSet::clear()
34{
35 if (_set) _set->clear();
36}
37
38void ScriptSelectionSet::assignFromCurrentScene()
39{

Callers 5

reloadScriptsMethod · 0.45
initialiseModuleMethod · 0.45
shutdownModuleMethod · 0.45
~PythonModuleMethod · 0.45
executeStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected