IsObjectFavorited - Game
Revision as of 08:02, 27 February 2016 by imported>Terra Nova2 (Changed page layout.)
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.