Enumeration

IpuzDeliminator

Declaration

enum Ipuz.Deliminator

Description [src]

A deliminator is a hint in a puzzle grid about the nature of a cell or word. This enum indicates the type of deliminator that should be used for a given location in the grid.

Members

IPUZ_DELIMINATOR_WORD_BREAK

A word break. Represented by the space character.

  • Value: 0
  • Available since: 1.0
IPUZ_DELIMINATOR_PERIOD

A period. Represented by ..

  • Value: 1
  • Available since: 1.0
IPUZ_DELIMINATOR_DASH

A dash. Represented by -.

  • Value: 2
  • Available since: 1.0
IPUZ_DELIMINATOR_APOSTROPHE

An apostrophe. Represented by '.

  • Value: 3
  • Available since: 1.0
IPUZ_DELIMINATOR_ALLCAPS

The following word is capitalized. Represented by *.

  • Value: 4
  • Available since: 1.0
IPUZ_DELIMINATOR_CAPITALIZED

The letter is capitalized. Represented by ^.

  • Value: 5
  • Available since: 1.0
IPUZ_DELIMINATOR_FOREIGN

The following word is foreign, slang, dialect, obsolete, archaic. Represented by +.

  • Value: 6
  • Available since: 1.0