From 173a602403c3c8fc6c2529edbf4e4d04acd7d55e Mon Sep 17 00:00:00 2001 From: FajitaOfTreason <234828294+FajitaOfTreason@users.noreply.github.com> Date: Fri, 14 Nov 2025 01:39:25 -0800 Subject: [PATCH] add inclusive note and csharp methods to random subaction inclusive was already noted on the output variable description, added it to the parameter description as well --- .../3.api/1.sub-actions/core/logic/get-random-number.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/streamerbot/3.api/1.sub-actions/core/logic/get-random-number.md b/streamerbot/3.api/1.sub-actions/core/logic/get-random-number.md index 1b060ab8..6bb9fe5a 100755 --- a/streamerbot/3.api/1.sub-actions/core/logic/get-random-number.md +++ b/streamerbot/3.api/1.sub-actions/core/logic/get-random-number.md @@ -6,7 +6,7 @@ parameters: type: Select default: Between description: | - - `Between`: Generate a random `int`{lang=cs} between configured min/max values + - `Between`: Generate a random `int`{lang=cs} between configured min/max values, inclusive - `Next Float`: Select a random `float`{lang=cs} value between `0` and `1` - name: Between type: Range @@ -24,4 +24,7 @@ variables: type: int description: If `Next Float` is selected, the `randomFloat` value represented as a percentage value: 23 +csharpMethods: + - Between + - NextDouble ---