EditorIDToFormID
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Contents
Description
Returns the Form ID associated with a specified Editor ID string (case-sensitive).
Syntax
(baseform:ref) EditorIDToFormID editorID:string
Example
set rSunny to EditorIDToFormID "GSSunnySmiles"
Or if you have an EditorID string from GetEditorID:
let rRef := EditorIDToFormID $sEditorID