Background for Fallout 4
Member of the Component script
MiscObjectfunctionGetScrapItem()Native

Description

Wiki Description

Returns the scrap item for this component.

Documentation Comment

F4SE additions built 2025-11-11 02:05:33.464000 UTC


Caveats

CK Wiki - Notes

None


Examples

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

Auto-Generated Example

MiscObject returnedValue = myComponent__toCallFunctionOn.GetScrapItem()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.