RemoveAllInventoryEventFilters - ScriptObject

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ScriptObject

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.

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 no longer want any events
RemoveAllInventoryEventFilters()

See Also[edit | edit source]