requests(GetSceneItemList): update docs

This commit is contained in:
Stéphane Lepin 2020-09-29 19:45:07 +02:00
parent 46f624e3b9
commit 32960afc1b

View File

@ -17,7 +17,7 @@ void AddSourceHelper(void *_data, obs_scene_t *scene) {
/**
* Get a list of all scene items in a scene.
*
* @param {String} `sceneName` Name of the scene to get the list of scene items from.
* @param {String (optional)} `sceneName` Name of the scene to get the list of scene items from. Defaults to the current scene if not specified.
*
* @return {Array<Object>} `sceneItems` Array of scene items
* @return {int} `sceneItems.*.itemId` Unique item id of the source item