1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-29 05:24:57 +03:00
inform7/inter/index-module/Chapter 3/Gazetteer Element.w
2021-07-26 13:48:49 +01:00

10 lines
308 B
OpenEdge ABL

[GazetteerElement::] Gazetteer Element.
To write the Gazetteer element (Gz) in the index.
@ =
void GazetteerElement::render(OUTPUT_STREAM, index_session *session) {
localisation_dictionary *LD = Indexing::get_localisation(session);
IndexLexicon::listing(OUT, Indexing::get_lexicon(session), TRUE, LD);
}