GetScrapItem - Component

F4SE Member of: Component Script
Requires F4SE version 0.4.2 or higher.

Returns the scrap item for this component.

SyntaxEdit

MiscObject Function GetScrapItem() Native

ParametersEdit

None

Return ValueEdit

The MiscItem scrap item for this component.

ExamplesEdit

MiscObject goldScrap = c_Gold.GetScrapItem()
Debug.Trace(goldScrap)

NotesEdit

None

See AlsoEdit