FutureProg functions
setprovidingcover
Boolean setprovidingcover(Item item, Boolean state)
Contexts: computer function, computer program, standard futureprog
Sets whether an item that can provide cover is actively providing cover. Returns false if the item is null, lacks the component, or was already in the requested state.
item: The item with a cover-providing component to update.
state: Whether the item should actively provide cover after the call.
Contexts: computer function, computer program, standard futureprog
Sets whether an item that can provide cover is actively providing cover. Returns false if the item is null, lacks the component, or was already in the requested state.
item: The item with a cover-providing component to update.
state: Whether the item should actively provide cover after the call.