Changeset - r28637:ff108c682a21
[Not reviewed]
master
0 1 0
Loïc Guilloux - 3 months ago 2024-02-02 14:28:02
glx22@users.noreply.github.com
Cleanup e28edf6945: [Script] Left over CONFIG_RANDOM reference in documentation (#11954)
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/script/api/script_info_docs.hpp
Show inline comments
 
@@ -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.
0 comments (0 inline, 0 general)