DefaultObject Script

From the Fallout4 CreationKit Wiki
Revision as of 07:19, 18 October 2017 by imported>Qazaaq (Added category)
Jump to navigation Jump to search

Extends: Form Script

Editor: DefaultObject

Script for the manipulation of a default object.

Definition

Scriptname DefaultObject extends Form Native Hidden

Properties

None

Member Functions

None

F4SE Member Functions

  • Form Function GetDefaultObject(string editorId)
    • Gets the Form for this default object by editor ID.
  • Form Function Get()
    • Gets the Form for this default object.
  • Function Set(Form newForm)
    • Sets the Form for this default object.

Events

None

See Also