From 5b5c220a206b6e6bbe2bdfa3984d04a1c1ae313e Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Wed, 14 Feb 2024 06:28:13 +0000 Subject: [PATCH] feat: OBS.Beat.Duration ( Fixes #189 ) --- docs/OBS/Beat/get_Duration.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/OBS/Beat/get_Duration.md diff --git a/docs/OBS/Beat/get_Duration.md b/docs/OBS/Beat/get_Duration.md new file mode 100644 index 000000000..8d2ab9b1e --- /dev/null +++ b/docs/OBS/Beat/get_Duration.md @@ -0,0 +1,18 @@ +OBS.Beat.get_Duration() +----------------------- + +### Synopsis +Gets the Duration + +--- + +### Description + +Gets the Duration of a Beat + +--- + +### Outputs +* [TimeSpan] + +---