GetEditorID

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

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

[help]
(string) GetEditorID formID:form

Example

let sID := GetEditorID 434f // will return "Weap10mmPistol" 

See Also