diff options
| author | Markus Mittendrein <git@maxmitti.at> | 2026-07-05 04:10:56 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.at> | 2026-07-05 04:10:56 +0200 |
| commit | 0e773e367fc1c75101fb89a79b4f5b3f86867ee4 (patch) | |
| tree | d580151aded421a32965a43cff3733f4db38a96c /Script.c | |
| parent | a8559c975062e3422ca2b6d8fbfc33d20749fc86 (diff) | |
| download | DTMenuDebug.c4d-0e773e367fc1c75101fb89a79b4f5b3f86867ee4.tar.gz DTMenuDebug.c4d-0e773e367fc1c75101fb89a79b4f5b3f86867ee4.zip | |
Diffstat (limited to 'Script.c')
| -rw-r--r-- | Script.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1439,7 +1439,7 @@ Menu_Adaptor({ StepSize = [<StepSize for increasing and decreasing>, <StepSize for MessageBoard input>] for Integer-Type, NoEmptyString = <Disallow setting the value to an empty string for String-Type>: true | >false<, EntryIndex = >Internal<: used for MessageBoard callbacks, - WrapAround = <Wrap around the allowed values at their limits for Integer- and Enum-Type>: true <else for Enum> | false <else for Integer>, + WrapAround = <Wrap around the allowed values at their limits for Integer- and Enum-Type>: true <default for Enum> | false <default for Integer>, Enum = <only for Enum-Type>: { Values = [<[Values according to Layout]>...], Layout = [<[Menu_Layout_*, some can be combined with &]>...], |
