Difference between revisions of "DefaultObject Script"
Jump to navigation
Jump to search
imported>Qazaaq m (requires f4se) |
imported>ShadeMe (Move F4SE Global Functions to their category) |
||
Line 13: | Line 13: | ||
None | None | ||
== | == Global Functions == | ||
None | None | ||
== F4SE | == F4SE Global Functions == | ||
*Form Function [[GetDefaultObject - DefaultObject|GetDefaultObject]](string editorId) | *Form Function [[GetDefaultObject - DefaultObject|GetDefaultObject]](string editorId) | ||
**Gets the Form for this default object by editor ID. | **Gets the Form for this default object by editor ID. | ||
== Member Functions == | |||
None | |||
== F4SE Member Functions == | |||
*Form Function [[Get - DefaultObject|Get]]() | *Form Function [[Get - DefaultObject|Get]]() | ||
**Gets the Form for this default object. | **Gets the Form for this default object. |
Revision as of 23:24, 21 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
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