Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ DestroyOBSScript
Function
DestroyOBSScript
plugins/scripting/utils/obs-script-helpers.cpp:54–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void DestroyOBSScript(obs_script_t *script)
55
{
56
if (!obs_script_destroy) {
57
return;
58
}
59
obs_script_destroy(script);
60
}
61
62
std::string GetLUACompatiblePath(const std::string &path)
63
{
Callers
1
operator()
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected