Background for Fallout 4
Member of the ActorBase script
FormListfunctionGetGiftFilter()Native

Description

Wiki Description

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

Documentation Comment

Returns this actor's gift filter formlist


Caveats


Examples

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

Auto-Generated Example

FormList returnedValue = myActorBase__toCallFunctionOn.GetGiftFilter()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.