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
  • Nickname: word-break
  • Available since: 1.0
IPUZ_DELIMINATOR_PERIOD

A period. Represented by .

  • Value: 1
  • Nickname: period
  • Available since: 1.0
IPUZ_DELIMINATOR_DASH

A dash. Represented by -

  • Value: 2
  • Nickname: dash
  • Available since: 1.0
IPUZ_DELIMINATOR_APOSTROPHE

An apostrophe. Represented by '

  • Value: 3
  • Nickname: apostrophe
  • Available since: 1.0
IPUZ_DELIMINATOR_ALLCAPS

The following word is capitalized. Represented by *

  • Value: 4
  • Nickname: allcaps
  • Available since: 1.0
IPUZ_DELIMINATOR_CAPITALIZED

The letter is capitalized. Represented by ^

  • Value: 5
  • Nickname: capitalized
  • Available since: 1.0
IPUZ_DELIMINATOR_FOREIGN

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

  • Value: 6
  • Nickname: foreign
  • Available since: 1.0