|  Developer
Updated on May 17, 2022

update_item_value()

  • Update a specific value for a specified item (item is specified by id).
Edit

  • params: item_id (string), value (it depends on a value type of a item).
  • return: none.
Edit
				
					require "core"

value = true
core.update_item_value( item_id, value )