@casual-simulation/aux-records
Advanced tools
Changelog
V3.2.0
authBot
ID (User ID).Changelog
V3.1.36
os.getPublicFile()
and os.getPrivateFile()
functions as a way to tell CasualOS whether the file is expected to be public or private.
os.getPrivateFile()
is quicker than using os.getFile()
for private files, but it is slower than using os.getFile()
for public files.os.getFile()
is optimized for retrieving public files, but will fallback to trying to retrieve private files if the first fails.os.getPublicFile()
is optimized for retrieving public files and will fail if the file is not public.os.getData()
and os.getFile()
.Changelog
V3.1.35
skybox
form.Changelog
V3.1.32