getAvailablePlayerCivs

internal fun getAvailablePlayerCivs(dontSkipNation: String? = null): Sequence<Nation>

Returns a list of available civilization for all players, according to current ruleset, with exception of city states nations, spectator and barbarians.

Skips nations already chosen by a player, unless parameter dontSkipNation says to keep a specific one. That is used so the picker can be used to inspect and confirm the current selection.

Return

Sequence of available Nations

Sources

jvm source
Link copied to clipboard