GetScrapItem - Component

From the Fallout4 CreationKit Wiki
Revision as of 23:31, 12 October 2017 by imported>Qazaaq (added f4se member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: Component Script

Returns the scrap item for this component.

Syntax

MiscObject Function GetScrapItem() Native

Parameters

None

Return Value

The MiscObject scrap item for this component.

Examples

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

Notes

None

See Also