FavoritesManager Script

Extends: ScriptObject
Requires F4SE version 0.6.5 or higher.

Native script for interacting with the players favorite items. All of the FavoritesManager functions are latent.

DefinitionEdit

Scriptname FavoritesManager Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

F4SE Global FunctionsEdit

  • Form[] Function GetTaggedForms()
    • Returns all forms that are tagged for search.
  • Function AddTaggedForms(Form[] forms)
    • Adds all forms in the array to tagged search.
  • Function RemoveTaggedForms(Form[] forms)
    • Removes all forms in the array from tagged search.
  • bool Function IsTaggedForm(Form akForm)
    • Returns whether the specified form is tagged for search.
  • Form[] Function GetFavorites()
    • Returns all 12 favorites, may contain None entries.
  • Function SetFavorites(Form[] favorites)
    • Sets all 12 favorites, may contain None entries

Member FunctionsEdit

None

F4SE Member FunctionsEdit

None

EventsEdit

None