FutureProg functions

setlocked

Items · computer function, computer program, standard futureprog

Boolean setlocked(Item lock, Boolean locked, Boolean echo)
Contexts: computer function, computer program, standard futureprog
Changes a lock or lockable item from locked to unlocked if specified. True if the change was successfully applied.
lock: The item to be locked or unlocked
locked: If true, set to locked. If false, set to unlocked
echo: Whether to echo the change in state

← Back to FutureProg functions