<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.wlabsocks.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Family.MemberCount</id>
	<title>Family.MemberCount - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.wlabsocks.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Family.MemberCount"/>
	<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Family.MemberCount&amp;action=history"/>
	<updated>2026-05-12T22:58:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>http://www.wlabsocks.com/wiki/index.php?title=Family.MemberCount&amp;diff=948&amp;oldid=prev</id>
		<title>Tayfunwiki: Created page with &quot;== &lt;code&gt;MemberCount&lt;/code&gt; Property in Family Class ==  === Overview === The &lt;code&gt;MemberCount&lt;/code&gt; property in the Family class is a convenient way to obtain the total number of individuals in a particular family. This property is essential in games where the size of a family can influence various aspects like social status, resources, or family-based quests and challenges.  === Property Definition === &lt;syntaxhighlight lang=&quot;c#&quot;&gt; public int MemberCount =&gt; members.Cou...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Family.MemberCount&amp;diff=948&amp;oldid=prev"/>
		<updated>2024-01-05T02:19:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== &amp;lt;code&amp;gt;MemberCount&amp;lt;/code&amp;gt; Property in Family Class ==  === Overview === The &amp;lt;code&amp;gt;MemberCount&amp;lt;/code&amp;gt; property in the Family class is a convenient way to obtain the total number of individuals in a particular family. This property is essential in games where the size of a family can influence various aspects like social status, resources, or family-based quests and challenges.  === Property Definition === &amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt; public int MemberCount =&amp;gt; members.Cou...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== &amp;lt;code&amp;gt;MemberCount&amp;lt;/code&amp;gt; Property in Family Class ==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
The &amp;lt;code&amp;gt;MemberCount&amp;lt;/code&amp;gt; property in the Family class is a convenient way to obtain the total number of individuals in a particular family. This property is essential in games where the size of a family can influence various aspects like social status, resources, or family-based quests and challenges.&lt;br /&gt;
&lt;br /&gt;
=== Property Definition ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
public int MemberCount =&amp;gt; members.Count;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
* Property Type: &amp;lt;code&amp;gt;int&amp;lt;/code&amp;gt;&lt;br /&gt;
* Access: Read-only&lt;br /&gt;
* Functionality: Retrieves the total number of members in the family.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
This property can be used to quickly assess the size of a family, which can be a crucial factor in gameplay. For instance, a larger family might have more influence or resources, or specific missions might require interacting with families of a certain size.&lt;br /&gt;
&lt;br /&gt;
=== Example of Usage ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
public class FamilySizeCheck : MonoBehaviour {&lt;br /&gt;
    void Start() {&lt;br /&gt;
        Family playerFamily = IM.Player.Family;&lt;br /&gt;
        if (playerFamily != null) {&lt;br /&gt;
            Debug.Log($&amp;quot;Number of members in player's family: {playerFamily.MemberCount}&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Description ====&lt;br /&gt;
&lt;br /&gt;
* The example above demonstrates how to determine and display the number of members in the player's family.&lt;br /&gt;
* Knowing the size of the family can be important for various gameplay elements, like inheritance division, family feuds, or alliances.&lt;br /&gt;
&lt;br /&gt;
=== Remarks ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;code&amp;gt;MemberCount&amp;lt;/code&amp;gt; property is useful for creating gameplay mechanics that are sensitive to family size and dynamics.&lt;br /&gt;
* It can help in balancing game scenarios where family size plays a role in the distribution of resources, power, or responsibilities.&lt;/div&gt;</summary>
		<author><name>Tayfunwiki</name></author>
	</entry>
</feed>