Difference between revisions of "RemoveAllInventoryEventFilters - ObjectReference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rhavlovick
m (1 revision: Clobber re-import by Henning)
 
imported>JLundin
 
Line 1: Line 1:
[[Category:Scripting]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Non-delayed Native Function]]
'''Member of:''' [[ActiveMagicEffect Script]], [[ReferenceAlias Script]], [[ObjectReference Script]]
'''Member of:''' [[ActiveMagicEffect Script]], [[ReferenceAlias Script]], [[ObjectReference Script]]



Latest revision as of 09:00, 12 September 2012

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()

See Also[edit | edit source]