[][src]Function tes3mp_plugin::plugin::generated::add_quick_key

pub fn add_quick_key(pid: u16, slot: u16, _type: i16, item_id: &str)

Add a new quick key to the quick key changes for a player.

pid The player ID whose quick key changes should be used.
slot The slot to be used.
slot The type of the quick key (0 for ITEM, 1 for ITEM_MAGIC, 2 for MAGIC, 3 for UNASSIGNED).
item_id The itemId of the item.

Returns void