Method

IpuzAcrosticget_quote_clue

Declaration [src]

IpuzClue*
ipuz_acrostic_get_quote_clue (
  IpuzAcrostic* self
)

Description [src]

Returns the quote clue associated with the acrostic.

The quote clue is a clue whose cells are all the characters of the quote in the grid, and can be used to iterate a cursor through the puzzle. It should not be displayed as a separate clue and cannot be explicity set. It is included when saving an acrostic, to provide compatibility with players that just play crossword puzzles.

Return value

Type: IpuzClue

The quote clue associated with the acrostic.

The data is owned by the instance.
The return value can be NULL.