Enumeration

IpuzAcrosticSyncDirection

Declaration

enum Ipuz.AcrosticSyncDirection

Description [src]

Indicates which direction to sync the puzzle when called by ipuz_acrostic_fix_quote() and ipuz_acrostic_fix_source(). If the method is passed STRING_TO_PUZZLE, then we use the string as a source to update the grid and clues. If the argument is PUZZLE_TO_STRING then the grid and clues are untouched, and the current source and quote strings are calculated.

Members

IPUZ_ACROSTIC_SYNC_STRING_TO_PUZZLE

Syncs from the string property to the puzzle.

  • Value: 0
  • Available since: 1.0
IPUZ_ACROSTIC_SYNC_PUZZLE_TO_STRING

Syncs from the puzzle to the string property.

  • Value: 1
  • Available since: 1.0