Difference between revisions of "Component Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added f4se member)
imported>Qazaaq
m (crosslinked)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]
 
<BR/>
'''Editor:''' [[Component]]
'''Editor:''' [[Component]]


Line 22: Line 22:
*MiscObject Function [[GetScrapItem - Component|GetScrapItem]]()
*MiscObject Function [[GetScrapItem - Component|GetScrapItem]]()
** Returns the scrap item for this component.
** Returns the scrap item for this component.
*GlobalVariable Function [[GetScrapScalar - Component|GetScrapScalar]]()
** Returns the scrap scalar for this component.
*Function [[SetScrapItem - Component|SetScrapItem]](MiscObject akMisc)
*Function [[SetScrapItem - Component|SetScrapItem]](MiscObject akMisc)
** Sets the scrap item for this component.
** Sets the scrap item for this component.
*GlobalVariable Function [[GetScrapScalar - Component|GetScrapScalar]]()
** Returns the scrap scalar for this component.
*Function [[SetScrapScalar - Component|SetScrapScalar]](GlobalVariable akGlobal)
*Function [[SetScrapScalar - Component|SetScrapScalar]](GlobalVariable akGlobal)
** Sets the scrap scalar for this component.
** Sets the scrap scalar for this component.
Line 33: Line 33:


== See Also ==
== See Also ==
*[[:Category:Miscellaneous|Miscellaneous Category]]
* [[:Category:Miscellaneous|Miscellaneous Category]]
 
* [[MiscItem]]
* [[Global]]


[[Category:Scripting]]
[[Category:Scripting]]

Latest revision as of 20:11, 1 November 2017

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]