Skip to content

Commit 173a602

Browse files
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
1 parent ec83492 commit 173a602

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

streamerbot/3.api/1.sub-actions/core/logic/get-random-number.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
type: Select
77
default: Between
88
description: |
9-
- `Between`: Generate a random `int`{lang=cs} between configured min/max values
9+
- `Between`: Generate a random `int`{lang=cs} between configured min/max values, inclusive
1010
- `Next Float`: Select a random `float`{lang=cs} value between `0` and `1`
1111
- name: Between
1212
type: Range
@@ -24,4 +24,7 @@ variables:
2424
type: int
2525
description: If `Next Float` is selected, the `randomFloat` value represented as a percentage
2626
value: 23
27+
csharpMethods:
28+
- Between
29+
- NextDouble
2730
---

0 commit comments

Comments
 (0)