mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs: Fix Array fields in transition requests
This commit is contained in:
parent
4835abd9c2
commit
1339202c02
@ -24,7 +24,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
|
||||
*
|
||||
* Similar to `GetInputKindList`
|
||||
*
|
||||
* @responseField transitionKinds | Vector<String> | Array of transition kinds
|
||||
* @responseField transitionKinds | Array<String> | Array of transition kinds
|
||||
*
|
||||
* @requestType GetTransitionKindList
|
||||
* @complexity 2
|
||||
@ -45,7 +45,7 @@ RequestResult RequestHandler::GetTransitionKindList(const Request&)
|
||||
*
|
||||
* @responseField currentSceneTransitionName | String | Name of the current scene transition. Can be null
|
||||
* @responseField currentSceneTransitionKind | String | Kind of the current scene transition. Can be null
|
||||
* @responseField transitions | Vector<Object> | Array of transitions
|
||||
* @responseField transitions | Array<Object> | Array of transitions
|
||||
*
|
||||
* @requestType GetSceneTransitionList
|
||||
* @complexity 3
|
||||
|
Loading…
Reference in New Issue
Block a user