[DEV SERVER] Loading description...
Caveats
Examples
; remove all filters on our object - we want all inventory events
RemoveAllInventoryEventFilters()Auto-Generated Example
myObjectReference__toCallFunctionOn.RemoveAllInventoryEventFilters()
[DEV SERVER] Loading description...
; remove all filters on our object - we want all inventory events
RemoveAllInventoryEventFilters()myObjectReference__toCallFunctionOn.RemoveAllInventoryEventFilters()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.
Remove all inventory event filters from this reference - all item added/removed events will now be received