Difference between revisions of "DefaultObject Script"
Jump to navigation
Jump to search
imported>Qazaaq (Added category) |
imported>Qazaaq m (requires f4se) |
||
Line 3: | Line 3: | ||
'''Editor:''' [[DefaultObject]] | '''Editor:''' [[DefaultObject]] | ||
Script for the manipulation of a default object. | Script for the manipulation of a default object. Requires F4SE. | ||
== Definition == | == Definition == |
Revision as of 07:39, 18 October 2017
Extends: Form Script
Editor: DefaultObject
Script for the manipulation of a default object. Requires F4SE.
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