| 314 | } |
| 315 | |
| 316 | bool SceneSequenceSwitch::valid() |
| 317 | { |
| 318 | return !initialized() || |
| 319 | (SceneSwitcherEntry::valid() && WeakSourceValid(startScene)); |
| 320 | } |
| 321 | |
| 322 | void SceneSequenceSwitch::save(obs_data_t *obj, bool saveExt) |
| 323 | { |
nothing calls this directly
no test coverage detected