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 set the shutters status (closed/open)
NameTypeDefaultDescription
idnumberThe store id (only 1 for now)
statusbooleanfalseThe new shutters status, true = open, false = closed

Example

exports["utility_jewelry"]:SetShuttersStatus(1, true) -- opens shutters
exports["utility_jewelry"]:SetShuttersStatus(1, false) -- closes shutters