| 600 | } |
| 601 | |
| 602 | void ScriptParamParts::Editor::SetCheckbox() { |
| 603 | type_ = ScriptParamEditorType::CHECKBOX; |
| 604 | } |
| 605 | |
| 606 | void ScriptParamParts::Editor::SetDropdown(const std::string &details) { |
| 607 | type_ = ScriptParamEditorType::DROPDOWN_MENU; |
no outgoing calls
no test coverage detected