Difference between revisions of "RemoveItem - ObjectReference"
Jump to navigation
Jump to search
→Notes
imported>Goggle m (→Notes: This function, like its Skyrim counterpart, will remove the first instance of a item if said item is the same type. This is usually the item you have equipped.) |
imported>Kalevala (→Notes) |
||
Line 42: | Line 42: | ||
==Notes== | ==Notes== | ||
*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]] |