IsObjectFavorited - Game

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