Skip to content

Commit

Permalink
feat: GetCurrentProgramScene.ToString() and regenerating ( Fixes #202,
Browse files Browse the repository at this point in the history
…Fixes #166 )
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 19, 2024
1 parent 62d9b92 commit b81fd1a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/_data/Help/Add-OBSScene.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"Synopsis": "Add-OBSScene : CreateScene",
"Description": "Creates a new scene in OBS.\n\n\nAdd-OBSScene calls the OBS WebSocket with a request of type CreateScene.",
"Parameters": [
{
"Name": null,
"Type": null,
"Description": "",
"Required": false,
"Position": 0,
"Aliases": null,
"DefaultValue": null,
"Globbing": false,
"PipelineInput": null,
"variableLength": false
}
],
"Notes": [
null
],
"CommandType": "Function",
"Component": [
null
],
"Inputs": [
null
],
"Outputs": [
null
],
"Links": [
"https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#createscene"
],
"Examples": []
}

0 comments on commit b81fd1a

Please sign in to comment.