EditorIDToFormID

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns the Form ID associated with a specified Editor ID string (case-sensitive).

Syntax

[help]
(baseform:ref) EditorIDToFormID editorID:string

Example

set rSunny to EditorIDToFormID "GSSunnySmiles" 

Or if you have an EditorID string from GetEditorID:

let rRef := EditorIDToFormID $sEditorID

See Also