Devkit::Template
From GECK
A function added by the pp NVSE Plugin.
Contents
Description
In tandem with the EditorID function, this allows you to create a copy of an item using an existing form. For a form to be created with a template, they must be matching form types. For example, you cannot create a Weapon form, with a Perk form as template.
Syntax
Template: pluginMaster:string
Example
Template: WeapNV9mmPistol { EditorID: WeapGlock19 EditorID: WeapMP412Rex }
This creates two weapon forms WeapGlock19, and WeapMP412Rex using the WeapNV9mmPistol as a base.