FavoritesManager Script

From the Fallout4 CreationKit Wiki
Revision as of 10:06, 22 April 2018 by imported>Qazaaq (Scrivener07 moved page FavoritesManager Script to F4SE:FavoritesManager Script)
Jump to navigation Jump to search

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.

Definition

Scriptname FavoritesManager Native Hidden

Properties

None

Global Functions

None

F4SE Global Functions

  • 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 Functions

None

F4SE Member Functions

None

Events

None