Get all properties

From Kolmafia
Revision as of 02:01, 22 March 2017 by imported>Smelltastic
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

boolean [string] get_all_properties(string filter ,boolean global )

  • filter specifies a filter on which properties to return.
  • global specifies whether to get properties from the GLOBAL prefs file (true) or the NAME prefs file (false) of the current user.

Returns a map from name to a boolean which is true if the property is supported by KoLmafia itself or false if its for/by user scripts.

See Also

Miscellaneous_Functions#Property_Functions()