mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - e5aa4c2
[skip ci]
This commit is contained in:
parent
e5aa4c2f69
commit
fbd4cfb4af
@ -3591,8 +3591,8 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Gets the source name of a scene item.",
|
||||
"requestType": "GetSceneItemSourceName",
|
||||
"description": "Gets the source associated with a scene item.",
|
||||
"requestType": "GetSceneItemSource",
|
||||
"complexity": 3,
|
||||
"rpcVersion": "1",
|
||||
"deprecated": false,
|
||||
|
@ -2682,7 +2682,7 @@ communication is desired.
|
||||
- [GetSceneItemList](#getsceneitemlist)
|
||||
- [GetGroupSceneItemList](#getgroupsceneitemlist)
|
||||
- [GetSceneItemId](#getsceneitemid)
|
||||
- [GetSceneItemSourceName](#getsceneitemsourcename)
|
||||
- [GetSceneItemSource](#getsceneitemsource)
|
||||
- [CreateSceneItem](#createsceneitem)
|
||||
- [RemoveSceneItem](#removesceneitem)
|
||||
- [DuplicateSceneItem](#duplicatesceneitem)
|
||||
@ -4502,9 +4502,9 @@ Scenes and Groups
|
||||
|
||||
---
|
||||
|
||||
### GetSceneItemSourceName
|
||||
### GetSceneItemSource
|
||||
|
||||
Gets the source name of a scene item.
|
||||
Gets the source associated with a scene item.
|
||||
|
||||
- Complexity Rating: `3/5`
|
||||
- Latest Supported RPC Version: `1`
|
||||
|
Loading…
Reference in New Issue
Block a user