SetScrapItem - Component
Revision as of 14:41, 13 October 2017 by imported>Qazaaq (added f4se member)
F4SE Member of: Component Script
Sets the scrap item for this component.
Syntax
Function SetScrapItem(MiscObject akMisc) Native
Parameters
- akMisc: The MiscItem scrap item for this component.
Return Value
None
Examples
c_Gold.SetScrapItem(Baseball)
Debug.Trace(c_Gold+" now has "+" "+Baseball+" as its scrap item.")
Notes
None