- Found in:
- Dylbills PE
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)