RemoveAllInventoryEventFilters - ObjectReference
Jump to navigation
Jump to search
Member of: ActiveMagicEffect Script, ReferenceAlias Script, ObjectReference Script
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.
Syntax[edit | edit source]
Function RemoveAllInventoryEventFilters() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; remove all filters on our object - we want all inventory events
RemoveAllInventoryEventFilters()