MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / get_action_defaults

Function get_action_defaults

scripting/examples.py:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31# Set default values for each setting
32def get_action_defaults():
33 default_settings = obs.obs_data_create()
34 obs.obs_data_set_default_string(default_settings, "name", "John")
35 return default_settings
36
37
38# The settings for each instance of this action the will be passed in the

Callers 1

script_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected