<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://modiki.civfanatics.com/index.php?action=history&amp;feed=atom&amp;title=GetMinorCivType</id>
	<title>GetMinorCivType - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://modiki.civfanatics.com/index.php?action=history&amp;feed=atom&amp;title=GetMinorCivType"/>
	<link rel="alternate" type="text/html" href="https://modiki.civfanatics.com/index.php?title=GetMinorCivType&amp;action=history"/>
	<updated>2026-04-10T17:05:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://modiki.civfanatics.com/index.php?title=GetMinorCivType&amp;diff=9414&amp;oldid=prev</id>
		<title>Killmeplease: Created page with &quot;==Description== Returns civilization type value for a city-state player. ==Example== (from Emigration v.2 mod)   function GetPlayerName(player)	   	if player:IsMinorCiv() then   ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://modiki.civfanatics.com/index.php?title=GetMinorCivType&amp;diff=9414&amp;oldid=prev"/>
		<updated>2012-02-17T04:40:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Description== Returns civilization type value for a city-state player. ==Example== (from Emigration v.2 mod)   function GetPlayerName(player)	   	if player:IsMinorCiv() then   ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Description==&lt;br /&gt;
Returns civilization type value for a city-state player.&lt;br /&gt;
==Example==&lt;br /&gt;
(from Emigration v.2 mod)&lt;br /&gt;
  function GetPlayerName(player)	&lt;br /&gt;
  	if player:IsMinorCiv() then&lt;br /&gt;
  		local minorCivType = player:GetMinorCivType();&lt;br /&gt;
  		local minorCivInfo = GameInfo.MinorCivilizations[minorCivType];&lt;br /&gt;
  		return Locale.ConvertTextKey(minorCivInfo.Description);&lt;br /&gt;
  	end&lt;br /&gt;
  	local iCivType = player:GetCivilizationType();&lt;br /&gt;
  	local civInfo = GameInfo.Civilizations[iCivType];			&lt;br /&gt;
  	return Locale.ConvertTextKey(civInfo.Description);	&lt;br /&gt;
  end&lt;/div&gt;</summary>
		<author><name>Killmeplease</name></author>
	</entry>
</feed>