DefaultObject Script

Extends: Form Script
Editor: DefaultObject
Requires F4SE version 0.4.2 or higher.

Script for the manipulation of a default object.

DefinitionEdit

Scriptname DefaultObject extends Form Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

F4SE Global FunctionsEdit

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

Member FunctionsEdit

None

F4SE Member FunctionsEdit

  • Form Function Get()
    • Gets the Form for this default object.
  • Function Set(Form newForm)
    • Sets the Form for this default object.

EventsEdit

None

See AlsoEdit