Background for Skyrim SE
Member of the ObjectReference script
voidfunctionRemoveAllInventoryEventFilters()Native

Description

Wiki Description

Removes all "filters" applied to inventory events on this object. Every item added or removed from this object's inventory will now send events. The filters are removed separately from the reference, any aliases, and any magic effects on the reference, so each will need to remove filters from themselves independently.

Documentation Comment

Remove all inventory event filters from this reference - all item added/removed events will now be received


Examples

; remove all filters on our object - we want all inventory events
RemoveAllInventoryEventFilters()

Auto-Generated Example

myObjectReference__toCallFunctionOn.RemoveAllInventoryEventFilters()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.