1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inter/index-module/Chapter 3/Gazetteer Element.w

10 lines
308 B
OpenEdge ABL
Raw Normal View History

2021-06-12 12:42:20 +03:00
[GazetteerElement::] Gazetteer Element.
To write the Gazetteer element (Gz) in the index.
@ =
2021-07-26 15:48:49 +03:00
void GazetteerElement::render(OUTPUT_STREAM, index_session *session) {
localisation_dictionary *LD = Indexing::get_localisation(session);
IndexLexicon::listing(OUT, Indexing::get_lexicon(session), TRUE, LD);
2021-06-12 12:42:20 +03:00
}