Replies: 1 comment
-
|
This can be achieved through Validation callback, which will be fired when menu item is saved, and in which values can be overridden if they fall out of range. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to set custom value ranges for allowed minimum and maximum values within editable items like byte, int, float, double?
byte myByte = 16;
GEMItem menuItemByte("Byte:", myByte [, ALLOWED_MIN_VAL, ALLOWED_MAX_VAL] );
Beta Was this translation helpful? Give feedback.
All reactions