GetEditorID
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Contents
Description
Returns the Editor ID of a form as a String Variable. If a reference is passed instead of a Base Form, will return the Editor ID of that specific reference. If no Editor ID was set for that reference, an empty string is returned.
Syntax
(string) GetEditorID formID:form
Example
let sID := GetEditorID 434f // will return "Weap10mmPistol"