Difference between revisions of "Favorite familiars"

From Kolmafia
Jump to navigation Jump to search
imported>Relyk
(Created page with "{{#if: {{#vardefine:name|favorite_familiars}} {{#vardefine:return_type|boolean [familiar]}} {{#vardefine:aggregate|yes}} }}{{FunctionPage | name = {{#var:name}} | function1= {...")
 
(No difference)

Latest revision as of 05:52, 18 October 2015

Function Syntax

boolean [familiar] favorite_familiars()

Returns a map of all the familiars that are available and in your favorites list. The map excludes any favorite familiars that aren't available as evaluated by is_unrestricted(). The boolean value is always true.

Code Samples

Print a list of your favorite familiars.

foreach fam in favorite_familiars()
{
   print(fam);
}

See Also

my_familiar()