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[edit | edit source]
Scriptname FavoritesManager Native Hidden
Properties[edit | edit source]
None
Global Functions[edit | edit source]
None
F4SE Global Functions[edit | edit source]
- 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[edit | edit source]
None
F4SE Member Functions[edit | edit source]
None
Events[edit | edit source]
None