mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Merge pull request #305 from Rosuav/fix-docs-formatting
Fix docs formatting (loose combining character)
This commit is contained in:
@ -3973,7 +3973,7 @@
|
|||||||
"return": [
|
"return": [
|
||||||
"{String} `scene` Name of the scene where the new item was created",
|
"{String} `scene` Name of the scene where the new item was created",
|
||||||
"{Object} `item` New item info",
|
"{Object} `item` New item info",
|
||||||
"{int} `̀item.id` New item ID",
|
"{int} `item.id` New item ID",
|
||||||
"{String} `item.name` New item name"
|
"{String} `item.name` New item name"
|
||||||
],
|
],
|
||||||
"api": "requests",
|
"api": "requests",
|
||||||
@ -3993,7 +3993,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"name": "̀item.id",
|
"name": "item.id",
|
||||||
"description": "New item ID"
|
"description": "New item ID"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1686,7 +1686,7 @@ Duplicates a scene item.
|
|||||||
| ---- | :---: | ------------|
|
| ---- | :---: | ------------|
|
||||||
| `scene` | _String_ | Name of the scene where the new item was created |
|
| `scene` | _String_ | Name of the scene where the new item was created |
|
||||||
| `item` | _Object_ | New item info |
|
| `item` | _Object_ | New item info |
|
||||||
| `̀item.id` | _int_ | New item ID |
|
| `item.id` | _int_ | New item ID |
|
||||||
| `item.name` | _String_ | New item name |
|
| `item.name` | _String_ | New item name |
|
||||||
|
|
||||||
|
|
||||||
|
@ -536,7 +536,7 @@ static void DuplicateSceneItem(void *_data, obs_scene_t *scene) {
|
|||||||
*
|
*
|
||||||
* @return {String} `scene` Name of the scene where the new item was created
|
* @return {String} `scene` Name of the scene where the new item was created
|
||||||
* @return {Object} `item` New item info
|
* @return {Object} `item` New item info
|
||||||
* @return {int} `̀item.id` New item ID
|
* @return {int} `item.id` New item ID
|
||||||
* @return {String} `item.name` New item name
|
* @return {String} `item.name` New item name
|
||||||
*
|
*
|
||||||
* @api requests
|
* @api requests
|
||||||
|
Reference in New Issue
Block a user