- Found in:
- Vanilla
Description
Wiki Description
Removes all "filters" applied to inventory events on this object. The object will no longer receive any inventory events. The filters are removed separately from each script on an object, so each script on an object needs to separately manage its own filters and will not interfere with any filters on any other scripts attached to the same object.
Documentation Comment
Remove all inventory event filters from this effect - it will no longer receive any inventory add/remove events
Examples
; remove all filters on our object - we no longer want any events
RemoveAllInventoryEventFilters()Auto-Generated Example
myScriptObject__toCallFunctionOn.RemoveAllInventoryEventFilters()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
