Script Settings
            public class ScriptSettings
Content copied to clipboard
Contains utility methods for saving/loading script settings. Note that any settings object that is saved/loaded must have the @DoNotRename annotation applied to all fields that should be saved/loaded. To skip a field, you can make it transient. Gson is used internally to serialize and deserialize the objects.
Types
ScriptSettingsBuilder
                          
                    Link copied to clipboard
                        public class ScriptSettingsBuilder
Content copied to clipboard
Functions
builder
                          
                    Link copied to clipboard
                        getDefault
                          
                    
                  Link copied to clipboard
                        getDirectory
                          
                    
                  Link copied to clipboard
                        getSaveNames
                          
                    
                  Link copied to clipboard