The StorageObject
storage:getType(): "yaml" or "json"
storage:getType(): "yaml" or "json"storage:exists(path: string): boolean
storage:exists(path: string): booleanstorage:setDefaultValue(): boolean
storage:setDefaultValue(): booleanstorage:setValue(path: string, value: any): boolean
storage:setValue(path: string, value: any): booleanstorage:getValue(path: string): any
storage:getValue(path: string): anystorage:clearValue(path: string): boolean
storage:clearValue(path: string): booleanstorage:save()
storage:save()Last updated