Difference between revisions of "GetEditorID"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>CSbot
(Automated import of articles)
 
imported>Rirein
 
Line 12: Line 12:
   }}
   }}
}}
}}
==See Also==
*[[GetRuntimeEditorID]]


[[Category:Functions]]
[[Category:Functions]]

Latest revision as of 02:47, 25 June 2015

< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(editorID:string) GetEditorID object:ref

Attempts to retrieve the editorID for the specified object. EditorIDs for most forms are not loaded at run-time. Currently this function only returns editor IDs for cells and quests.


See Also