diff options
| author | Markus Mittendrein <git@maxmitti.at> | 2026-07-05 04:10:47 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.at> | 2026-07-05 04:10:47 +0200 |
| commit | fceacbe9b12a095df2e7e79f4e72a540665d0f88 (patch) | |
| tree | 7269618ba907ee6dcdad2f6eb385067974f2da89 | |
| parent | fc86811b1eb57a65cef1543a37d40e3788c09694 (diff) | |
| download | DTMenu.c4d-fceacbe9b12a095df2e7e79f4e72a540665d0f88.tar.gz DTMenu.c4d-fceacbe9b12a095df2e7e79f4e72a540665d0f88.zip | |
| -rw-r--r-- | Script.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1395,7 +1395,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 &]>...], |
