GetScrapItem - Component
Revision as of 23:34, 12 October 2017 by imported>Qazaaq (fixed wiki link)
F4SE Member of: Component Script
Returns the scrap item for this component.
Syntax
MiscObject Function GetScrapItem() Native
Parameters
None
Return Value
The MiscItem scrap item for this component.
Examples
MiscObject goldScrap = Gold.GetScrapItem()
Debug.Trace(goldScrap)
Notes
None