SetShuttersStatus
Allow to set the shutters status (closed/open)
Name
Type
Default
Description
id
number
The store id (only 1 for now)
status
boolean
false
The new shutters status, true = open, false = closed
Example
exports["utility_jewelry"]:SetShuttersStatus(1, true) -- opens shutters
exports["utility_jewelry"]:SetShuttersStatus(1, false) -- closes shutters
Last updated
Was this helpful?