SetScrapItem - Component
F4SE Member of: Component Script
Requires F4SE version 0.4.2 or higher.
Sets the scrap item for this component.
SyntaxEdit
Function SetScrapItem(MiscObject akMisc) Native
ParametersEdit
- akMisc: The MiscItem scrap item for this component.
Return ValueEdit
None
ExamplesEdit
c_Gold.SetScrapItem(Baseball)
Debug.Trace(c_Gold+" now has "+" "+Baseball+" as its scrap item.")
NotesEdit
None