GetGiftFilter - ActorBase

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ActorBase Script

Obtains this actor's FormList of keywords to use as a gift filter.

Syntax[edit | edit source]

FormList Function GetGiftFilter() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The FormList of keywords used to filter gifts for the actor.

Examples[edit | edit source]

; Get the gift filter for an actor actorref
ActorBase baseobject = actorref.GetBaseObject() as ActorBase
FormList filterlist = baseobject.GetGiftFilter()

See Also[edit | edit source]