assembleCivilopediaText

open fun assembleCivilopediaText(ruleset: Ruleset): ICivilopediaText

Assemble json-supplied lines with automatically generated ones.

The default implementation will insert getCivilopediaTextLines before the first linkedcivilopediaText line and getCivilopediaTextHeader on top.

Return

A new CivilopediaText instance containing original civilopediaText lines merged with those from getCivilopediaTextHeader and getCivilopediaTextLines calls.

Parameters

ruleset

The current ruleset for the Civilopedia viewer

Sources

jvm source
Link copied to clipboard