< index
< 16. Name generator
< 16.3 Destroying a generator

=====================================
16.4 Retrieving available set names
=====================================

> 16.5 Syllable set configuration

TCODNamegen::getSets

If you wish to check the sylable set names that are currently available, you may call:

C++ : static TCODList TCODNamegen::getSets(void)
C   : TCOD_list_t TCOD_namegen_get_sets(void)
Py  : namegen_get_sets()

This will create a list with all the available syllable set names. Remember to delete that list after you don't need it anymore!