- Found in:
- F4SE
Description
Wiki Description
Gets the Form for this default object by editor ID.
Caveats
CK Wiki - Notes
None
Parameters
stringeditorId
CK Wiki Description
The editor id of a default object.
Examples
string editorID = "IsSleepFurniture_DO"
Form object = DefaultObject.GetDefaultObject(editorID)
Debug.Trace("The default object with editor ID " + editorID + " has the form object " + object)Auto-Generated Example
string myString__editorId
Form returnedValue = DefaultObject.GetDefaultObject(myString__editorId)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
