Companion

object Companion

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getBeliefsMatching
Link copied to clipboard
private fun getBeliefsMatching(name: String, ruleset: Ruleset): Sequence<Belief>
getCivilopediaReligionEntry
Link copied to clipboard
fun getCivilopediaReligionEntry(ruleset: Ruleset): Belief
getCivilopediaTextMatching
Link copied to clipboard
fun getCivilopediaTextMatching(name: String, ruleset: Ruleset, withSeeAlso: Boolean = true): Sequence<FormattedLine>

Get CivilopediaText lines for all Beliefs referencing a given name in an unique parameter, With optional spacing and "See Also:" header.

hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Sources

jvm source
Link copied to clipboard