Difference between revisions of "IsObjectFavorited - Game"
Jump to navigation
Jump to search
imported>Icecreamassassin (Created page with "Syntax Game.IsObjectFavorited([Form])") |
imported>Icecreamassassin |
||
Line 2: | Line 2: | ||
Game.IsObjectFavorited([Form]) | Game.IsObjectFavorited([Form]) | ||
Example: | |||
Game.IsObjectFavorited(IronSword) == True | |||
Passes if the player has favorited the IronSword |
Revision as of 16:01, 23 February 2016
Syntax
Game.IsObjectFavorited([Form])
Example:
Game.IsObjectFavorited(IronSword) == True
Passes if the player has favorited the IronSword