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

Function CreateOBSScript

plugins/scripting/utils/obs-script-helpers.cpp:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44static bool setupDone = setup();
45
46obs_script_t *CreateOBSScript(const char *path, obs_data_t *settings)
47{
48 if (!obs_script_create) {
49 return nullptr;
50 }
51 return obs_script_create(path, settings);
52}
53
54void DestroyOBSScript(obs_script_t *script)
55{

Callers 2

SetupFileMethod · 0.85
SetupInlineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected