Background for Fallout 4
Member of the DefaultObject script
voidfunctionSet(FormnewForm)Native

Description

Wiki Description

Sets the Form for this default object.


Caveats

CK Wiki - Notes

None


Parameters

FormnewForm

CK Wiki Description

The Form for this default object.


Examples

IsSleepFurniture_DO.Set(myForm)
Debug.Trace("The default object " + IsSleepFurniture_DO + " has the form object " + myForm)

Auto-Generated Example

Form myForm__newForm

myDefaultObject__toCallFunctionOn.Set(myForm__newForm)

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.