Difference between revisions of "DefaultObject Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se script)
 
imported>Qazaaq
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]
 
<BR>
'''Editor:''' [[DefaultObject]]
'''Editor:''' [[DefaultObject]]
{{Template:Papyrus:RequiredF4SE|version=0.4.2}}


Script for the manipulation of a default object.
Script for the manipulation of a default object.
Line 13: Line 14:
None
None


== Member Functions ==
== Global Functions ==
None
None


== F4SE Member Functions ==
== 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.
Line 31: Line 36:
== See Also ==
== See Also ==
*[[Form Script]]
*[[Form Script]]
*[[:Category:F4SE|F4SE Category]]
*[[:Category:Miscellaneous|Miscellaneous Category]]
*[[:Category:Miscellaneous|Miscellaneous Category]]


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

Latest revision as of 13:34, 21 January 2018

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

Script for the manipulation of a default object.

Definition[edit | edit source]

Scriptname DefaultObject extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

F4SE Global Functions[edit | edit source]

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

Member Functions[edit | edit source]

None

F4SE Member Functions[edit | edit source]

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

Events[edit | edit source]

None

See Also[edit | edit source]