.. _syntax_undocumented: Undocumented Entries ======================== These are Miscellaneous Egg entries found within the source code. Their intent or usage may not be known. --------------------- .. code-block:: console if (has_billboard_center()) { indent(out, indent_level) << " { " << get_billboard_center() << " }\n"; } indexed -------------------- .. code-block:: console if (has_indexed_flag()) { indent(out, indent_level + 2) << " indexed { " << get_indexed_flag() << " }\n"; } direct { 1 } --------------------------------- { 1 } ---------------------- no-fog { 1 } ------------------------------