Set - DefaultObject

From the Fallout4 CreationKit Wiki
Revision as of 07:37, 18 October 2017 by imported>Qazaaq (added f4se member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: DefaultObject Script

Sets the Form for this default object.

Syntax

Function Set(Form newForm) Native

Parameters

  • newForm: The Form for this default object.

Return Value

None

Examples

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

Notes

None

See Also