Component Script

From the Fallout4 CreationKit Wiki
Revision as of 20:11, 1 November 2017 by imported>Qazaaq (crosslinked)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extends: Form Script
Editor: Component

Script for the manipulation of component base objects.

Definition[edit | edit source]

ScriptName Component extends Form Native Hidden

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

F4SE Member Functions[edit | edit source]

  • MiscObject Function GetScrapItem()
    • Returns the scrap item for this component.
  • GlobalVariable Function GetScrapScalar()
    • Returns the scrap scalar for this component.
  • Function SetScrapItem(MiscObject akMisc)
    • Sets the scrap item for this component.
  • Function SetScrapScalar(GlobalVariable akGlobal)
    • Sets the scrap scalar for this component.

Events[edit | edit source]

None

See Also[edit | edit source]