mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-07-11 23:21:21 -05:00
Updated Scripting (markdown)
parent
9d06691bbe
commit
e60f9f0a7a
|
|
@ -86,8 +86,8 @@ The boilerplate code mentioned above can be found [here](https://github.com/Warm
|
|||
Usually you can just copy it directly into your script without any modifications.
|
||||
|
||||
Note that if you should choose to unload the scripts, which define custom macro segments, while custom macro segments are still in use, the plugin will no longer be able to query settings of those custom macro segments.
|
||||
If such a state should be saved (e.g. because OBS was closed with the script no longer being loaded) the plugin will instead replace the custom macro segments with macro segments of type "Unknown".
|
||||
Even if you should choose to reload the script at a later point in time the settings for those "Unknown" macro segments will be lost and you will have to reconfigure them.
|
||||
If such a state should be saved (e.g. because OBS was closed with the script no longer being loaded) the plugin will instead replace the custom macro segments with macro segments of type `Unknown`.
|
||||
Even if you should choose to reload the script at a later point in time the settings for those `Unknown` macro segments will be lost and you will have to reconfigure them.
|
||||
|
||||
# Detailed API description
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user