Set - DefaultObject

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

F4SE Member of: DefaultObject Script
Requires F4SE version 0.4.2 or higher.

Sets the Form for this default object.

Syntax[edit | edit source]

Function Set(Form newForm) Native

Parameters[edit | edit source]

  • newForm: The Form for this default object.

Return Value[edit | edit source]

None

Examples[edit | edit source]

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

Notes[edit | edit source]

None

See Also[edit | edit source]