Kit::Slot
From GECK
A function added by the pp NVSE Plugin.
Contents
Description
Slot is a special function that allows you to assign item mods with the Link keyword.
Syntax
Slot: name:string hidden:bool
Example
EditorID: MyWeaponItem { Slot: "Weapon Slights" { Link: weaponModNoScope Link: weaponModIronSights Link: weaponModScope Link: weaponMod4TimesScope } }
Now MyWeaponItem has a bunch of sigh attachments linked to the Weapon Slights slot.