From 2f8a8c4bdef3d2cfb80e439abbeed743e13aee68 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Wed, 14 Feb 2024 21:45:28 +0000 Subject: [PATCH] feat: Integrating OBS.Beat.Timer ( Fixes #195 ) --- docs/OBS/Beat/set_Duration.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/OBS/Beat/set_Duration.md b/docs/OBS/Beat/set_Duration.md index 37f7e6362..fe87bd830 100644 --- a/docs/OBS/Beat/set_Duration.md +++ b/docs/OBS/Beat/set_Duration.md @@ -2,30 +2,27 @@ OBS.Beat.set_Duration() ----------------------- ### Synopsis - -OBS.Beat.set_Duration [[-Duration] ] +Gets the Duration --- ### Description +Gets the Duration of a Beat + --- ### Parameters #### **Duration** +The new duration. |Type |Required|Position|PipelineInput| |------------|--------|--------|-------------| -|`[timespan]`|false |0 |false | - ---- - -### Inputs -None +|`[TimeSpan]`|false |1 |false | --- ### Outputs -* [Object](https://learn.microsoft.com/en-us/dotnet/api/System.Object) +* [TimeSpan] ---