IsObjectFavorited - Game

Revision as of 09:00, 21 September 2019 by imported>Pickysaurus (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script (Requires SKSE)

SyntaxEdit

bool Function IsObjectFavorited(Form form) global native

Return valueEdit

  • Returns rather the base form is favorited by the player or not.

ExamplesEdit

Game.IsObjectFavorited(IronSword) == True
; Passes if the player has favorited the IronSword.

NotesEdit

  • This function can only check a specific form. Passing a FormList will return false.

See AlsoEdit