Difference between revisions of "RemoveItem - ObjectReference"

m
→‎Notes: This function doesn't being called on items added if the item of that same type is currently equipped.
imported>Plplecuyer
 
imported>Goggle
m (→‎Notes: This function doesn't being called on items added if the item of that same type is currently equipped.)
Line 45: Line 45:
*Keywords and components in FormLists are supported as well, including mixed base objects, keywords, and components.
*Keywords and components in FormLists are supported as well, including mixed base objects, keywords, and components.
*Removing items by component does not scrap the items like extracting components via the workshop does, it simply removes the item itself (and which item is removed if multiple items have the specified component is non-deterministic). If you want to scrap, use [[RemoveComponents - ObjectReference|RemoveComponents]]
*Removing items by component does not scrap the items like extracting components via the workshop does, it simply removes the item itself (and which item is removed if multiple items have the specified component is non-deterministic). If you want to scrap, use [[RemoveComponents - ObjectReference|RemoveComponents]]
* Using this with OnItemAdded Event, will remove the item that is equipped, instead of the item that has been caught by the event, if you need to remove that for any reason.


== See Also ==
== See Also ==
Anonymous user