| 618 | } |
| 619 | |
| 620 | void ScriptParamParts::Editor::SetCustomWindowLauncher() { |
| 621 | type_ = ScriptParamEditorType::CUSTOM_WINDOW_LAUNCHER; |
| 622 | } |
| 623 | |
| 624 | ScriptParamEditorType::Type ScriptParamParts::Editor::type() const { |
| 625 | return type_; |
no outgoing calls
no test coverage detected