From 3545decf2dd88e29dd0f75e5f1ff0f88f8f6a378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guilloux?= Date: Fri, 2 Feb 2024 15:28:02 +0100 Subject: [PATCH] Cleanup e28edf6945: [Script] Left over CONFIG_RANDOM reference in documentation (#11954) --- src/script/api/script_info_docs.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/script/api/script_info_docs.hpp b/src/script/api/script_info_docs.hpp index 3a874cfbf2..ef80fac02e 100644 --- a/src/script/api/script_info_docs.hpp +++ b/src/script/api/script_info_docs.hpp @@ -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.