Background for Skyrim SE
Member of the DbSkseFunctions script
Form[]functionGetFavorites(int[]formTypes=NONE, intformTypeMatchMode=1)NativeGlobal

Description

Documentation Comment

Get forms currently favorited by the player
formTypeMatchMode 1 = forms who match a type in formTypes.
formTypeMatchMode 0 = forms that match none of the types in formTypes.
formTypeMatchMode -1 (or if formTypes == none) = formType filter is ignored completely, get all favorited forms regardless of type.


Caveats


Parameters

int[]formTypes=NONE

intformTypeMatchMode=1


Examples

Auto-Generated Example

int[] myIntArray__formTypes
int myInt__formTypeMatchMode

Form[] returnedValue = DbSkseFunctions.GetFavorites(myIntArray__formTypes, myInt__formTypeMatchMode)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.