Difference between revisions of "DefaultObject Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se script)
 
imported>Qazaaq
(Added category)
Line 31: Line 31:
== See Also ==
== See Also ==
*[[Form Script]]
*[[Form Script]]
*[[:Category:F4SE|F4SE Category]]
*[[:Category:Miscellaneous|Miscellaneous Category]]
*[[:Category:Miscellaneous|Miscellaneous Category]]


Line 37: Line 38:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
[[Category:F4SE]]
[[Category:Miscellaneous]]
[[Category:Miscellaneous]]

Revision as of 07:19, 18 October 2017

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