summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.at>2026-07-05 04:10:47 +0200
committerMarkus Mittendrein <git@maxmitti.at>2026-07-05 04:10:47 +0200
commitfceacbe9b12a095df2e7e79f4e72a540665d0f88 (patch)
tree7269618ba907ee6dcdad2f6eb385067974f2da89
parentfc86811b1eb57a65cef1543a37d40e3788c09694 (diff)
downloadDTMenu.c4d-master.tar.gz
DTMenu.c4d-master.zip
Fix default being replaced by else in Menu_Adaptor descriptionHEADmaster
-rw-r--r--Script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Script.c b/Script.c
index 11753dd..cf77e4a 100644
--- a/Script.c
+++ b/Script.c
@@ -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 &]>...],