Kit::Slot

From GECK
Jump to: navigation, search


A function added by the pp NVSE Plugin.

Description

Slot is a special function that allows you to assign item mods with the Link keyword.

Syntax

[help]
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.

See Also