Difference between revisions of "DefaultObject Script"
Jump to navigation
Jump to search
imported>Qazaaq m (line break) |
imported>Qazaaq (added required f4se version) |
||
Line 2: | Line 2: | ||
<BR> | <BR> | ||
'''Editor:''' [[DefaultObject]] | '''Editor:''' [[DefaultObject]] | ||
{{Template:Papyrus:RequiredF4SE|version=0.4.2}} | |||
Script for the manipulation of a default object. Requires F4SE. | Script for the manipulation of a default object. Requires F4SE. |
Revision as of 13:31, 21 January 2018
Extends: Form Script
Editor: DefaultObject
Requires F4SE version 0.4.2 or higher.
Script for the manipulation of a default object. Requires F4SE.
Definition
Scriptname DefaultObject extends Form Native Hidden
Properties
None
Global Functions
None
F4SE Global Functions
- Form Function GetDefaultObject(string editorId)
- Gets the Form for this default object by editor ID.
Member Functions
None
F4SE Member Functions
- Form Function Get()
- Gets the Form for this default object.
- Function Set(Form newForm)
- Sets the Form for this default object.
Events
None