IsObjectFavorited - Game

From the CreationKit Wiki
Revision as of 08:02, 27 February 2016 by imported>Terra Nova2 (Changed page layout.)
Jump to navigation Jump to search

Member of: Game Script (Requires SKSE)

Syntax

bool Function IsObjectFavorited(Form form) global native

Return value

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

Examples

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


See Also