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

Method size

plugins/script/interfaces/SelectionGroupInterface.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63std::size_t ScriptSelectionGroup::size()
64{
65 return _group ? _group->size() : 0;
66}
67
68void ScriptSelectionGroup::setSelected(int selected)
69{

Callers 15

reloadScriptsMethod · 0.45
setSpecifierMethod · 0.45
getSpecifierMethod · 0.45
getNumArgumentsMethod · 0.45
getArgumentMethod · 0.45
setArgumentMethod · 0.45
DifficultyPanelMethod · 0.45
populateFromObjectiveMethod · 0.45
updateSensitivityMethod · 0.45
_onCheckBoxToggleMethod · 0.45
writeToObjectiveMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected