GetGiftFilter - ActorBase

Member of: ActorBase Script

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

SyntaxEdit

FormList Function GetGiftFilter() native

ParametersEdit

None.

Return ValueEdit

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

ExamplesEdit

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

See AlsoEdit