| 357 | } |
| 358 | |
| 359 | Dictionary EditorPlugin::get_state() const { |
| 360 | Dictionary state; |
| 361 | GDVIRTUAL_CALL(_get_state, state); |
| 362 | return state; |
| 363 | } |
| 364 | |
| 365 | void EditorPlugin::set_state(const Dictionary &p_state) { |
| 366 | GDVIRTUAL_CALL(_set_state, p_state); |
no outgoing calls
no test coverage detected