1
0
Fork 0

Cleanup e28edf6945: [Script] Left over CONFIG_RANDOM reference in documentation

pull/11954/head
glx22 2024-02-02 14:52:01 +01:00
parent a2f31c4e61
commit bd45c621c9
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ public:
* [user_configured_value - random_deviation, user_configured_value + random_deviation] (inclusive).
* random_deviation sign is ignored and the value is clamped in the range [0, MAX(int32_t)] (inclusive).
* The randomisation will happen just before the Script start.
* Not allowed if the CONFIG_RANDOM flag is set, otherwise optional.
* - step_size The increase/decrease of the value every time the user
* clicks one of the up/down arrow buttons. Optional, default is 1.
* - flags Bitmask of some flags, see ScriptConfigFlags. Required.