Background for Fallout 4
Member of the DefaultObject script
FormfunctionGetDefaultObject(stringeditorId)NativeGlobal

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.