TITLE setIntData
MAX_WIDTH

TEXT --{
setIntData(slotId, name, data)

Sets the int data with the given name.

- slotId (int): The id of the slot
- name (string): The name of the data.
- data (int): The data to use.
}--