Merge pull request #1005 from TeamVK/wiki

Updated placeholders for RandomNumber
This commit is contained in:
Andre_601 2023-09-24 23:56:45 +02:00 committed by GitHub
commit d95547f299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1159,10 +1159,10 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
It returns an auto-scaled random number. If you did not specify the scale, the scale will be automatically computed. If both min and max are integer numbers, the returned random number will also be an integer.
```
%randomnumber_number%
%randomnumber_number_scale%
%randomnumber_number_min_max%
%randomnumber_number_min_max_scale%
%randomnumber_value%
%randomnumber_value_scale%
%randomnumber_value_min_max%
%randomnumber_value_min_max_scale%
```
----