Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.markz3d.com/llms.txt

Use this file to discover all available pages before exploring further.

Allow to get the shutters status (closed/open)
NameTypeDefaultDescription
idnumberThe store id (only 1 for now)

Example

local status = exports["utility_jewelry"]:GetShuttersStatus(1)

if status then
    print("Open!")
else
    print("Closed!")
end